diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /qmake | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/Makefile.unix | 8 | ||||
-rw-r--r-- | qmake/Makefile.win32-g++ | 6 | ||||
-rw-r--r-- | qmake/book/qmake-pch.leaf | 2 | ||||
-rw-r--r-- | qmake/examples/precompile/main.cpp | 2 | ||||
-rw-r--r-- | qmake/examples/precompile/stable.h | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix index db997d9cf..7a3a98720 100644 --- a/qmake/Makefile.unix +++ b/qmake/Makefile.unix @@ -9,7 +9,7 @@ QOBJS=tqstring.o tqtextstream.o tqiodevice.o qglobal.o qgdict.o tqcstring.o \ tqdatastream.o qgarray.o tqbuffer.o qglist.o tqptrcollection.o tqfile.o \ tqfile_unix.o tqregexp.o qgvector.o qgcache.o tqbitarray.o tqdir.o quuid.o \ tqfileinfo_unix.o tqdir_unix.o tqfileinfo.o tqdatetime.o tqstringlist.o tqmap.o \ - qconfig.o qunicodetables.o tqsettings.o qlocale.o @QMAKE_QTOBJS@ + qconfig.o qunicodetables.o tqsettings.o tqlocale.o @QMAKE_QTOBJS@ #all sources, used for the depend target DEPEND_SRC=project.cpp property.cpp meta.cpp main.cpp qtmd5.cpp generators/makefile.cpp generators/unix/unixmake2.cpp \ @@ -30,7 +30,7 @@ DEPEND_SRC=project.cpp property.cpp meta.cpp main.cpp qtmd5.cpp generators/makef @SOURCE_PATH@/src/tools/tqdatetime.cpp @SOURCE_PATH@/src/tools/tqstringlist.cpp \ @SOURCE_PATH@/src/tools/tqmap.cpp @SOURCE_PATH@/src/tools/qconfig.cpp \ @SOURCE_PATH@/src/tools/tqsettings.cpp @SOURCE_PATH@/src/tools/tqurl.cpp \ - @SOURCE_PATH@/src/tools/tqsettings_mac.cpp @SOURCE_PATH@/src/tools/qlocale.cpp + @SOURCE_PATH@/src/tools/tqsettings_mac.cpp @SOURCE_PATH@/src/tools/tqlocale.cpp CXXFLAGS= @QMAKE_CXXFLAGS@ \ -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ @@ -87,8 +87,8 @@ tqurl.o: @SOURCE_PATH@/src/kernel/tqurl.cpp tqstring.o: @SOURCE_PATH@/src/tools/tqstring.cpp $(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqstring.cpp -qlocale.o: @SOURCE_PATH@/src/tools/qlocale.cpp - $(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/qlocale.cpp +tqlocale.o: @SOURCE_PATH@/src/tools/tqlocale.cpp + $(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqlocale.cpp tqdatastream.o: @SOURCE_PATH@/src/tools/tqdatastream.cpp $(CXX) -c -o $@ $(CXXFLAGS) @SOURCE_PATH@/src/tools/tqdatastream.cpp diff --git a/qmake/Makefile.win32-g++ b/qmake/Makefile.win32-g++ index d700023b1..f2ef722b2 100644 --- a/qmake/Makefile.win32-g++ +++ b/qmake/Makefile.win32-g++ @@ -23,7 +23,7 @@ QTOBJS=tqstring.o quuid.o tqtextstream.o tqiodevice.o qglobal.o qgdict.o tqcstri qgarray.o tqbuffer.o qglist.o tqptrcollection.o tqfile.o tqfile_win.o tqregexp.o qgvector.o \ qgcache.o tqbitarray.o tqdir.o tqfileinfo_win.o tqdir_win.o tqfileinfo.o tqdatetime.o \ tqstringlist.o tqmap.o qlibrary.o qlibrary_win.o qconfig.o tqsettings.o tqsettings_win.o qunicodetables.o \ - qlocale.o + tqlocale.o @@ -70,8 +70,8 @@ tqcstring.o: ..\src\tools\tqcstring.cpp tqstring.o: ..\src\tools\tqstring.cpp $(CXX) $(CXXFLAGS) ..\src\tools\tqstring.cpp -qlocale.o: ..\src\tools\qlocale.cpp - $(CXX) $(CXXFLAGS) ..\src\tools\qlocale.cpp +tqlocale.o: ..\src\tools\tqlocale.cpp + $(CXX) $(CXXFLAGS) ..\src\tools\tqlocale.cpp quuid.o: ..\src\tools\quuid.cpp $(CXX) $(CXXFLAGS) ..\src\tools\quuid.cpp diff --git a/qmake/book/qmake-pch.leaf b/qmake/book/qmake-pch.leaf index 420af717c..d152cf797 100644 --- a/qmake/book/qmake-pch.leaf +++ b/qmake/book/qmake-pch.leaf @@ -58,7 +58,7 @@ like this: #include <vector> #include <ntqapplication.h> // TQt includes #include <ntqpushbutton.h> - #include <ntqlabel.h> + #include <tqlabel.h> #include "thirdparty/include/libmain.h" #include "my_stable_class.h" ... diff --git a/qmake/examples/precompile/main.cpp b/qmake/examples/precompile/main.cpp index 3bdad9540..768d2c14e 100644 --- a/qmake/examples/precompile/main.cpp +++ b/qmake/examples/precompile/main.cpp @@ -1,6 +1,6 @@ #include <ntqapplication.h> #include <ntqpushbutton.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include "myobject.h" #include "mydialog.h" diff --git a/qmake/examples/precompile/stable.h b/qmake/examples/precompile/stable.h index 62db7215b..1ed5d261b 100644 --- a/qmake/examples/precompile/stable.h +++ b/qmake/examples/precompile/stable.h @@ -6,5 +6,5 @@ # include <iostream> # include <ntqapplication.h> # include <ntqpushbutton.h> -# include <ntqlabel.h> +# include <tqlabel.h> #endif |