summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32
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/win32
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563.tar.gz
tqt-87d29563.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qmake/generators/win32')
-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
6 files changed, 9 insertions, 9 deletions
diff --git a/qmake/generators/win32/borland_bmake.cpp b/qmake/generators/win32/borland_bmake.cpp
index aa0f7b432..3ae25cffe 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 93557bc6c..da4a3c83a 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 e291718e1..43de317c4 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 8e313f232..827c2a5c7 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 623741997..a6c1302bb 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 e08a814b7..857012170 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>