diff options
Diffstat (limited to 'qmake/generators/win32')
-rw-r--r-- | qmake/generators/win32/borland_bmake.cpp | 2 | ||||
-rw-r--r-- | qmake/generators/win32/mingw_make.cpp | 2 | ||||
-rw-r--r-- | qmake/generators/win32/msvc_dsp.cpp | 2 | ||||
-rw-r--r-- | qmake/generators/win32/msvc_nmake.cpp | 4 | ||||
-rw-r--r-- | qmake/generators/win32/msvc_vcproj.cpp | 4 | ||||
-rw-r--r-- | qmake/generators/win32/winmakefile.cpp | 4 |
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> |