summaryrefslogtreecommitdiffstats
path: root/kdbg/typetable.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 17:35:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 18:55:44 +0900
commita39a460e6de63039f2631106c1b68e4acd61606d (patch)
treee65fbc9351f63b5a9c640bcf4747524ffc506fa0 /kdbg/typetable.cpp
parent28a7c978f6332d082b42c676c727b3921888106c (diff)
downloadkdbg-master.tar.gz
kdbg-master.zip
Use proper TQt headersHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdbg/typetable.cpp')
-rw-r--r--kdbg/typetable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp
index 007471b..8ce6cf8 100644
--- a/kdbg/typetable.cpp
+++ b/kdbg/typetable.cpp
@@ -4,8 +4,8 @@
* 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>