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 | 2 | ||||
-rw-r--r-- | qmake/generators/win32/msvc_objectmodel.cpp | 2 | ||||
-rw-r--r-- | qmake/generators/win32/msvc_vcproj.cpp | 4 | ||||
-rw-r--r-- | qmake/generators/win32/winmakefile.cpp | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/qmake/generators/win32/borland_bmake.cpp b/qmake/generators/win32/borland_bmake.cpp index 3ae25cffe..61906de29 100644 --- a/qmake/generators/win32/borland_bmake.cpp +++ b/qmake/generators/win32/borland_bmake.cpp @@ -38,7 +38,7 @@ #include "borland_bmake.h" #include "option.h" -#include <ntqdir.h> +#include <tqdir.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 da4a3c83a..18aa73c21 100644 --- a/qmake/generators/win32/mingw_make.cpp +++ b/qmake/generators/win32/mingw_make.cpp @@ -39,7 +39,7 @@ #include "mingw_make.h" #include "option.h" #include <tqregexp.h> -#include <ntqdir.h> +#include <tqdir.h> #include <stdlib.h> #include <time.h> diff --git a/qmake/generators/win32/msvc_dsp.cpp b/qmake/generators/win32/msvc_dsp.cpp index 43de317c4..910400315 100644 --- a/qmake/generators/win32/msvc_dsp.cpp +++ b/qmake/generators/win32/msvc_dsp.cpp @@ -38,7 +38,7 @@ #include "msvc_dsp.h" #include "option.h" -#include <ntqdir.h> +#include <tqdir.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 827c2a5c7..302e2532d 100644 --- a/qmake/generators/win32/msvc_nmake.cpp +++ b/qmake/generators/win32/msvc_nmake.cpp @@ -40,7 +40,7 @@ #include "option.h" #include <tqregexp.h> #include <tqdict.h> -#include <ntqdir.h> +#include <tqdir.h> #include <stdlib.h> #include <time.h> diff --git a/qmake/generators/win32/msvc_objectmodel.cpp b/qmake/generators/win32/msvc_objectmodel.cpp index fcc7672f2..e6c31f5f4 100644 --- a/qmake/generators/win32/msvc_objectmodel.cpp +++ b/qmake/generators/win32/msvc_objectmodel.cpp @@ -40,7 +40,7 @@ #include "msvc_vcproj.h" #include <tqtextstream.h> #include <tqstringlist.h> -#include <ntqfileinfo.h> +#include <tqfileinfo.h> extern DotNET which_dotnet_version(); diff --git a/qmake/generators/win32/msvc_vcproj.cpp b/qmake/generators/win32/msvc_vcproj.cpp index a6c1302bb..156f69c63 100644 --- a/qmake/generators/win32/msvc_vcproj.cpp +++ b/qmake/generators/win32/msvc_vcproj.cpp @@ -39,12 +39,12 @@ #include "msvc_vcproj.h" #include "option.h" #include "qtmd5.h" // SG's MD5 addon -#include <ntqdir.h> +#include <tqdir.h> #include <tqregexp.h> #include <tqdict.h> #include <ntquuid.h> #include <stdlib.h> -#include <ntqsettings.h> +#include <tqsettings.h> //#define DEBUG_SOLUTION_GEN //#define DEBUG_PROJECT_GEN diff --git a/qmake/generators/win32/winmakefile.cpp b/qmake/generators/win32/winmakefile.cpp index 857012170..7c635d32c 100644 --- a/qmake/generators/win32/winmakefile.cpp +++ b/qmake/generators/win32/winmakefile.cpp @@ -45,7 +45,7 @@ #include <tqdict.h> #include <tqregexp.h> #include <tqstringlist.h> -#include <ntqdir.h> +#include <tqdir.h> Win32MakefileGenerator::Win32MakefileGenerator(TQMakeProject *p) : MakefileGenerator(p) |