summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:46:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 19:46:42 +0900
commitf771e2c48fcf0a27412431a6aa1af6450945c86f (patch)
tree467f88303d20e851956b3c8517bdddeb5cc51254
parentf2da3c0a6a2b74874cb4f1f7d3e479d246e48000 (diff)
downloadkeximdb-master.tar.gz
keximdb-master.zip
Use proper TQt headersHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--keximdb/src/keximdb/mdbmigrate.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/keximdb/src/keximdb/mdbmigrate.cpp b/keximdb/src/keximdb/mdbmigrate.cpp
index c090419..a6f6b0e 100644
--- a/keximdb/src/keximdb/mdbmigrate.cpp
+++ b/keximdb/src/keximdb/mdbmigrate.cpp
@@ -20,13 +20,13 @@
#include "mdbmigrate.h"
-#include <ntqstring.h>
-#include <ntqcstring.h>
-#include <ntqregexp.h>
-#include <ntqfile.h>
-#include <ntqvariant.h>
-#include <ntqdatetime.h>
-#include <ntqvaluelist.h>
+#include <tqstring.h>
+#include <tqcstring.h>
+#include <tqregexp.h>
+#include <tqfile.h>
+#include <tqvariant.h>
+#include <tqdatetime.h>
+#include <tqvaluelist.h>
#include <kdebug.h>
#include <kexiutils/identifier.h>