summaryrefslogtreecommitdiffstats
path: root/qmake/generators
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 /qmake/generators
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qmake/generators')
-rw-r--r--qmake/generators/mac/metrowerks_xml.cpp4
-rw-r--r--qmake/generators/mac/pbuilder_pbx.cpp4
-rw-r--r--qmake/generators/makefile.cpp4
-rw-r--r--qmake/generators/projectgenerator.cpp2
-rw-r--r--qmake/generators/unix/unixmake.cpp4
-rw-r--r--qmake/generators/unix/unixmake2.cpp2
-rw-r--r--qmake/generators/win32/borland_bmake.cpp2
-rw-r--r--qmake/generators/win32/mingw_make.cpp2
-rw-r--r--qmake/generators/win32/msvc_dsp.cpp2
-rw-r--r--qmake/generators/win32/msvc_nmake.cpp4
-rw-r--r--qmake/generators/win32/msvc_vcproj.cpp4
-rw-r--r--qmake/generators/win32/winmakefile.cpp4
12 files changed, 19 insertions, 19 deletions
diff --git a/qmake/generators/mac/metrowerks_xml.cpp b/qmake/generators/mac/metrowerks_xml.cpp
index 3d7853df..6a98e1ea 100644
--- a/qmake/generators/mac/metrowerks_xml.cpp
+++ b/qmake/generators/mac/metrowerks_xml.cpp
@@ -39,8 +39,8 @@
#include "metrowerks_xml.h"
#include "option.h"
#include <ntqdir.h>
-#include <ntqdict.h>
-#include <ntqregexp.h>
+#include <tqdict.h>
+#include <tqregexp.h>
#include <stdlib.h>
#include <time.h>
#if defined(Q_OS_MAC)
diff --git a/qmake/generators/mac/pbuilder_pbx.cpp b/qmake/generators/mac/pbuilder_pbx.cpp
index 329b7996..6cc95d48 100644
--- a/qmake/generators/mac/pbuilder_pbx.cpp
+++ b/qmake/generators/mac/pbuilder_pbx.cpp
@@ -40,8 +40,8 @@
#include "option.h"
#include "meta.h"
#include <ntqdir.h>
-#include <ntqdict.h>
-#include <ntqregexp.h>
+#include <tqdict.h>
+#include <tqregexp.h>
#include <stdlib.h>
#include <time.h>
#include "qtmd5.h"
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index be91529d..0e331cf8 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -42,8 +42,8 @@
#include <ntqdir.h>
#include <ntqfile.h>
#include <tqtextstream.h>
-#include <ntqregexp.h>
-#include <ntqdict.h>
+#include <tqregexp.h>
+#include <tqdict.h>
#if defined(Q_OS_UNIX)
#include <unistd.h>
#else
diff --git a/qmake/generators/projectgenerator.cpp b/qmake/generators/projectgenerator.cpp
index 1fd4bf22..6c6c46a8 100644
--- a/qmake/generators/projectgenerator.cpp
+++ b/qmake/generators/projectgenerator.cpp
@@ -41,7 +41,7 @@
#include <ntqdir.h>
#include <ntqfile.h>
#include <ntqfileinfo.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
TQString project_builtin_regx() //calculate the builtin regular expression..
{
diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp
index a3532f97..b10d720e 100644
--- a/qmake/generators/unix/unixmake.cpp
+++ b/qmake/generators/unix/unixmake.cpp
@@ -38,9 +38,9 @@
#include "unixmake.h"
#include "option.h"
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqfile.h>
-#include <ntqdict.h>
+#include <tqdict.h>
#include <ntqdir.h>
#include <time.h>
diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp
index 1678e22c..cbb96d02 100644
--- a/qmake/generators/unix/unixmake2.cpp
+++ b/qmake/generators/unix/unixmake2.cpp
@@ -39,7 +39,7 @@
#include "unixmake.h"
#include "option.h"
#include "meta.h"
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqfile.h>
#include <ntqdir.h>
#include <time.h>
diff --git a/qmake/generators/win32/borland_bmake.cpp b/qmake/generators/win32/borland_bmake.cpp
index aa0f7b43..3ae25cff 100644
--- a/qmake/generators/win32/borland_bmake.cpp
+++ b/qmake/generators/win32/borland_bmake.cpp
@@ -39,7 +39,7 @@
#include "borland_bmake.h"
#include "option.h"
#include <ntqdir.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <time.h>
#include <stdlib.h>
diff --git a/qmake/generators/win32/mingw_make.cpp b/qmake/generators/win32/mingw_make.cpp
index 93557bc6..da4a3c83 100644
--- a/qmake/generators/win32/mingw_make.cpp
+++ b/qmake/generators/win32/mingw_make.cpp
@@ -38,7 +38,7 @@
#include "mingw_make.h"
#include "option.h"
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqdir.h>
#include <stdlib.h>
#include <time.h>
diff --git a/qmake/generators/win32/msvc_dsp.cpp b/qmake/generators/win32/msvc_dsp.cpp
index e291718e..43de317c 100644
--- a/qmake/generators/win32/msvc_dsp.cpp
+++ b/qmake/generators/win32/msvc_dsp.cpp
@@ -39,7 +39,7 @@
#include "msvc_dsp.h"
#include "option.h"
#include <ntqdir.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <stdlib.h>
#include <time.h>
diff --git a/qmake/generators/win32/msvc_nmake.cpp b/qmake/generators/win32/msvc_nmake.cpp
index 8e313f23..827c2a5c 100644
--- a/qmake/generators/win32/msvc_nmake.cpp
+++ b/qmake/generators/win32/msvc_nmake.cpp
@@ -38,8 +38,8 @@
#include "msvc_nmake.h"
#include "option.h"
-#include <ntqregexp.h>
-#include <ntqdict.h>
+#include <tqregexp.h>
+#include <tqdict.h>
#include <ntqdir.h>
#include <stdlib.h>
#include <time.h>
diff --git a/qmake/generators/win32/msvc_vcproj.cpp b/qmake/generators/win32/msvc_vcproj.cpp
index 62374199..a6c1302b 100644
--- a/qmake/generators/win32/msvc_vcproj.cpp
+++ b/qmake/generators/win32/msvc_vcproj.cpp
@@ -40,8 +40,8 @@
#include "option.h"
#include "qtmd5.h" // SG's MD5 addon
#include <ntqdir.h>
-#include <ntqregexp.h>
-#include <ntqdict.h>
+#include <tqregexp.h>
+#include <tqdict.h>
#include <ntquuid.h>
#include <stdlib.h>
#include <ntqsettings.h>
diff --git a/qmake/generators/win32/winmakefile.cpp b/qmake/generators/win32/winmakefile.cpp
index e08a814b..85701217 100644
--- a/qmake/generators/win32/winmakefile.cpp
+++ b/qmake/generators/win32/winmakefile.cpp
@@ -42,8 +42,8 @@
#include "meta.h"
#include <tqtextstream.h>
#include <tqstring.h>
-#include <ntqdict.h>
-#include <ntqregexp.h>
+#include <tqdict.h>
+#include <tqregexp.h>
#include <tqstringlist.h>
#include <ntqdir.h>