diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /qmake/generators/win32 | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt-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.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> |