summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdbg/dbgmainwnd.cpp4
-rw-r--r--kdbg/testprogs/qt.cpp10
-rw-r--r--kdbg/testprogs/repeats.cpp2
-rw-r--r--kdbg/testprogs/testfile.cpp8
-rw-r--r--kdbg/typetable.cpp5
5 files changed, 15 insertions, 14 deletions
diff --git a/kdbg/dbgmainwnd.cpp b/kdbg/dbgmainwnd.cpp
index f1b3089..5ea03ef 100644
--- a/kdbg/dbgmainwnd.cpp
+++ b/kdbg/dbgmainwnd.cpp
@@ -19,8 +19,8 @@
#include <kkeydialog.h>
#include <kanimwidget.h>
#include <twin.h>
-#include <ntqlistbox.h>
-#include <ntqfileinfo.h>
+#include <tqlistbox.h>
+#include <tqfileinfo.h>
#include "dbgmainwnd.h"
#include "debugger.h"
#include "commandids.h"
diff --git a/kdbg/testprogs/qt.cpp b/kdbg/testprogs/qt.cpp
index 256fbde..6172d51 100644
--- a/kdbg/testprogs/qt.cpp
+++ b/kdbg/testprogs/qt.cpp
@@ -1,8 +1,8 @@
-#include <ntqmap.h>
-#include <ntqvaluelist.h>
-#include <ntqvaluevector.h>
-#include <ntqstring.h>
-#include <ntqrect.h>
+#include <tqmap.h>
+#include <tqvaluelist.h>
+#include <tqvaluevector.h>
+#include <tqstring.h>
+#include <tqrect.h>
#include <iostream>
template<typename T>
diff --git a/kdbg/testprogs/repeats.cpp b/kdbg/testprogs/repeats.cpp
index 0994323..15a6b4e 100644
--- a/kdbg/testprogs/repeats.cpp
+++ b/kdbg/testprogs/repeats.cpp
@@ -1,6 +1,6 @@
// test <repeats 30 times> in arrays
-#include <ntqstring.h>
+#include <tqstring.h>
struct Big {
struct bog {
diff --git a/kdbg/testprogs/testfile.cpp b/kdbg/testprogs/testfile.cpp
index 242c504..8a80521 100644
--- a/kdbg/testprogs/testfile.cpp
+++ b/kdbg/testprogs/testfile.cpp
@@ -1,8 +1,8 @@
#include <iostream>
-#include <ntqstring.h>
-#include <ntqfile.h>
-#include <ntqfileinfo.h>
-#include <ntqdir.h>
+#include <tqstring.h>
+#include <tqfile.h>
+#include <tqfileinfo.h>
+#include <tqdir.h>
#include <math.h>
enum E { red, green, blue, yellow };
diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp
index f0aa7a9..8ce6cf8 100644
--- a/kdbg/typetable.cpp
+++ b/kdbg/typetable.cpp
@@ -4,13 +4,14 @@
* See the file COPYING in the toplevel directory of the source directory.
*/
-#include <ntqdir.h>
-#include <ntqptrlist.h>
+#include <tqdir.h>
+#include <tqptrlist.h>
#include <tdeglobal.h>
#include <kstandarddirs.h>
#include <ksimpleconfig.h>
#include <list>
#include <algorithm>
+#include <functional>
#include <iterator>
#ifdef HAVE_CONFIG_H
#include "config.h"