summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /tools/assistant
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str 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/config.h4
-rw-r--r--tools/assistant/docuparser.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/main.cpp2
-rw-r--r--tools/assistant/mainwindow.ui2
-rw-r--r--tools/assistant/profile.h4
-rw-r--r--tools/assistant/settingsdialogimpl.h2
-rw-r--r--tools/assistant/topicchooserimpl.h2
10 files changed, 12 insertions, 12 deletions
diff --git a/tools/assistant/config.h b/tools/assistant/config.h
index 8d4f0ecaa..7caef30fd 100644
--- a/tools/assistant/config.h
+++ b/tools/assistant/config.h
@@ -36,8 +36,8 @@
#include "profile.h"
-#include <ntqstring.h>
-#include <ntqstringlist.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
#include <ntqpixmap.h>
#include <tqmap.h>
diff --git a/tools/assistant/docuparser.cpp b/tools/assistant/docuparser.cpp
index f288e4320..e0e3609d0 100644
--- a/tools/assistant/docuparser.cpp
+++ b/tools/assistant/docuparser.cpp
@@ -38,7 +38,7 @@
#include <ntqfile.h>
#include <ntqfileinfo.h>
#include <ntqregexp.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <tqxml.h>
TQDataStream &operator>>( TQDataStream &s, ContentItem &ci )
diff --git a/tools/assistant/helpdialogimpl.h b/tools/assistant/helpdialogimpl.h
index 1c0585fb5..c980ac493 100644
--- a/tools/assistant/helpdialogimpl.h
+++ b/tools/assistant/helpdialogimpl.h
@@ -42,7 +42,7 @@
#include <ntqlistbox.h>
#include <ntqlistview.h>
#include <tqmap.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqvalidator.h>
#include <ntqpopupmenu.h>
#include <ntqdict.h>
diff --git a/tools/assistant/index.cpp b/tools/assistant/index.cpp
index c5d142208..1346423fa 100644
--- a/tools/assistant/index.cpp
+++ b/tools/assistant/index.cpp
@@ -35,7 +35,7 @@
#include <ntqfile.h>
#include <ntqdir.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqdict.h>
#include <ntqapplication.h>
diff --git a/tools/assistant/index.h b/tools/assistant/index.h
index 4e96b8de9..04669deac 100644
--- a/tools/assistant/index.h
+++ b/tools/assistant/index.h
@@ -34,7 +34,7 @@
#ifndef INDEX_H
#define INDEX_H
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqdict.h>
#include <ntqdatastream.h>
#include <tqobject.h>
diff --git a/tools/assistant/main.cpp b/tools/assistant/main.cpp
index 85d2ade0e..22bcedd66 100644
--- a/tools/assistant/main.cpp
+++ b/tools/assistant/main.cpp
@@ -40,7 +40,7 @@
#include <ntqsocket.h>
#include <ntqpixmap.h>
#include <tqptrlist.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqdir.h>
#include <ntqmessagebox.h>
#include <ntqguardedptr.h>
diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui
index bd353eaab..bb06b0044 100644
--- a/tools/assistant/mainwindow.ui
+++ b/tools/assistant/mainwindow.ui
@@ -600,7 +600,7 @@
<include location="global" impldecl="in declaration">ntqguardedptr.h</include>
<include location="global" impldecl="in declaration">tqmap.h</include>
<include location="local" impldecl="in declaration">finddialog.h</include>
- <include location="global" impldecl="in declaration">ntqstringlist.h</include>
+ <include location="global" impldecl="in declaration">tqstringlist.h</include>
<include location="local" impldecl="in declaration">helpwindow.h</include>
<include location="local" impldecl="in implementation">mainwindow.ui.h</include>
</includes>
diff --git a/tools/assistant/profile.h b/tools/assistant/profile.h
index 9514fbe1c..d3732605b 100644
--- a/tools/assistant/profile.h
+++ b/tools/assistant/profile.h
@@ -35,8 +35,8 @@
#define PROFILE_H
#include <ntqfileinfo.h>
-#include <ntqstring.h>
-#include <ntqstringlist.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
#include <tqmap.h>
class DocuParser;
diff --git a/tools/assistant/settingsdialogimpl.h b/tools/assistant/settingsdialogimpl.h
index 24f105d27..18377e89f 100644
--- a/tools/assistant/settingsdialogimpl.h
+++ b/tools/assistant/settingsdialogimpl.h
@@ -36,7 +36,7 @@
#include "settingsdialog.h"
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <tqptrlist.h>
#include <ntqlistview.h>
diff --git a/tools/assistant/topicchooserimpl.h b/tools/assistant/topicchooserimpl.h
index 11216fa0a..8b3af6d5a 100644
--- a/tools/assistant/topicchooserimpl.h
+++ b/tools/assistant/topicchooserimpl.h
@@ -36,7 +36,7 @@
#include "topicchooser.h"
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
class TopicChooser : public TopicChooserBase
{