summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /tools/assistant
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/docuparser.cpp2
-rw-r--r--tools/assistant/helpdialogimpl.cpp2
-rw-r--r--tools/assistant/helpdialogimpl.h2
-rw-r--r--tools/assistant/index.cpp2
-rw-r--r--tools/assistant/index.h2
-rw-r--r--tools/assistant/profile.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/assistant/docuparser.cpp b/tools/assistant/docuparser.cpp
index e0e3609d0..b65dd8478 100644
--- a/tools/assistant/docuparser.cpp
+++ b/tools/assistant/docuparser.cpp
@@ -37,7 +37,7 @@
#include <ntqdir.h>
#include <ntqfile.h>
#include <ntqfileinfo.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <tqstring.h>
#include <tqxml.h>
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp
index 18c188f78..49ae1a7f1 100644
--- a/tools/assistant/helpdialogimpl.cpp
+++ b/tools/assistant/helpdialogimpl.cpp
@@ -55,7 +55,7 @@
#include <tqptrlist.h>
#include <tqptrstack.h>
#include <ntqpushbutton.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqsettings.h>
#include <tqstatusbar.h>
#include <ntqtabwidget.h>
diff --git a/tools/assistant/helpdialogimpl.h b/tools/assistant/helpdialogimpl.h
index 678f5b428..0144943d6 100644
--- a/tools/assistant/helpdialogimpl.h
+++ b/tools/assistant/helpdialogimpl.h
@@ -45,7 +45,7 @@
#include <tqstringlist.h>
#include <ntqvalidator.h>
#include <tqpopupmenu.h>
-#include <ntqdict.h>
+#include <tqdict.h>
#include <tqpopupmenu.h>
class TQProgressBar;
diff --git a/tools/assistant/index.cpp b/tools/assistant/index.cpp
index 1346423fa..02c986a1c 100644
--- a/tools/assistant/index.cpp
+++ b/tools/assistant/index.cpp
@@ -36,7 +36,7 @@
#include <ntqfile.h>
#include <ntqdir.h>
#include <tqstringlist.h>
-#include <ntqdict.h>
+#include <tqdict.h>
#include <ntqapplication.h>
#include <ctype.h>
diff --git a/tools/assistant/index.h b/tools/assistant/index.h
index 04669deac..448dd6cc6 100644
--- a/tools/assistant/index.h
+++ b/tools/assistant/index.h
@@ -35,7 +35,7 @@
#define INDEX_H
#include <tqstringlist.h>
-#include <ntqdict.h>
+#include <tqdict.h>
#include <ntqdatastream.h>
#include <tqobject.h>
diff --git a/tools/assistant/profile.cpp b/tools/assistant/profile.cpp
index 37cf3576f..8f18733ab 100644
--- a/tools/assistant/profile.cpp
+++ b/tools/assistant/profile.cpp
@@ -34,7 +34,7 @@
#include <tqxml.h>
#include <tqtextcodec.h>
#include <ntqfileinfo.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqdir.h>
#define QT_TITLE "TQt Reference Documentation"