summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/wizards
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-07 14:56:09 +0900
committerMichele Calgaro <[email protected]>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /tools/designer/plugins/wizards
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/designer/plugins/wizards')
-rw-r--r--tools/designer/plugins/wizards/mainwindowwizard.ui2
-rw-r--r--tools/designer/plugins/wizards/sqlformwizardimpl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/plugins/wizards/mainwindowwizard.ui b/tools/designer/plugins/wizards/mainwindowwizard.ui
index 5f0fb9eb8..3406b4ca6 100644
--- a/tools/designer/plugins/wizards/mainwindowwizard.ui
+++ b/tools/designer/plugins/wizards/mainwindowwizard.ui
@@ -36,7 +36,7 @@
<include location="global" impldecl="in implementation">tqiconset.h</include>
<include location="global" impldecl="in implementation">tqaction.h</include>
<include location="global" impldecl="in implementation">ntqpixmap.h</include>
-<include location="global" impldecl="in implementation">ntqdict.h</include>
+<include location="global" impldecl="in implementation">tqdict.h</include>
<include location="local" implDecl="in declaration">mainwindowwizard.ui.h</include>
<forward>struct DesignerFormWindow;</forward>
<forward>struct DesignerInterface;</forward>
diff --git a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
index 4c17cc823..f9ebb15b2 100644
--- a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
+++ b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp
@@ -41,7 +41,7 @@
#include <ntqlabel.h>
#include <ntqgroupbox.h>
#include <ntqlayout.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqpushbutton.h>
#include <ntqmultilineedit.h>
#include <ntqlistview.h>