summaryrefslogtreecommitdiffstats
path: root/qmake/generators
diff options
context:
space:
mode:
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 3d7853df6..6a98e1ea8 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 329b79967..6cc95d481 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 be91529d3..0e331cf87 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 1fd4bf226..6c6c46a8d 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 a3532f971..b10d720eb 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 1678e22c5..cbb96d02d 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 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>