summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/project.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /tools/designer/designer/project.cpp
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt-5fffa303.tar.gz
tqt-5fffa303.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/designer/project.cpp')
-rw-r--r--tools/designer/designer/project.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/designer/project.cpp b/tools/designer/designer/project.cpp
index 725e1ced1..aa066d177 100644
--- a/tools/designer/designer/project.cpp
+++ b/tools/designer/designer/project.cpp
@@ -56,9 +56,9 @@
#include <ntqworkspace.h>
#ifndef TQT_NO_SQL
-#include <ntqsqldatabase.h>
-#include <ntqsqlrecord.h>
-#include <ntqdatatable.h>
+#include <tqsqldatabase.h>
+#include <tqsqlrecord.h>
+#include <tqdatatable.h>
#endif
#include <stdlib.h>