diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /src/tools/qt_tools.pri | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/qt_tools.pri')
-rw-r--r-- | src/tools/qt_tools.pri | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index dc9fa2753..c4cced519 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -6,21 +6,21 @@ tools { $$TOOLS_H/tqasciicache.h \ $$TOOLS_H/tqasciidict.h \ $$TOOLS_H/tqbitarray.h \ - $$TOOLS_H/ntqbuffer.h \ + $$TOOLS_H/tqbuffer.h \ $$TOOLS_H/tqcache.h \ $$TOOLS_H/ntqcleanuphandler.h \ $$TOOLS_P/qcomponentfactory_p.h \ $$TOOLS_P/qcomlibrary_p.h \ $$TOOLS_H/tqcstring.h \ - $$TOOLS_H/ntqdatastream.h \ + $$TOOLS_H/tqdatastream.h \ $$TOOLS_H/tqdatetime.h \ $$TOOLS_H/tqdeepcopy.h \ $$TOOLS_H/tqdict.h \ - $$TOOLS_H/ntqdir.h \ - $$TOOLS_P/qdir_p.h \ - $$TOOLS_H/ntqfile.h \ - $$TOOLS_P/qfiledefs_p.h \ - $$TOOLS_H/ntqfileinfo.h \ + $$TOOLS_H/tqdir.h \ + $$TOOLS_P/tqdir_p.h \ + $$TOOLS_H/tqfile.h \ + $$TOOLS_P/tqfiledefs_p.h \ + $$TOOLS_H/tqfileinfo.h \ $$TOOLS_H/ntqgarray.h \ $$TOOLS_H/ntqgcache.h \ $$TOOLS_H/ntqgdict.h \ @@ -31,7 +31,7 @@ tools { $$TOOLS_H/ntqgvector.h \ $$TOOLS_H/tqintcache.h \ $$TOOLS_H/tqintdict.h \ - $$TOOLS_H/ntqiodevice.h \ + $$TOOLS_H/tqiodevice.h \ $$TOOLS_H/ntqlibrary.h \ $$TOOLS_P/qlibrary_p.h \ $$TOOLS_H/ntqlocale.h \ @@ -47,8 +47,8 @@ tools { $$TOOLS_H/tqptrqueue.h \ $$TOOLS_H/tqregexp.h \ $$TOOLS_H/tqsemaphore.h \ - $$TOOLS_H/ntqsettings.h \ - $$TOOLS_P/qsettings_p.h \ + $$TOOLS_H/tqsettings.h \ + $$TOOLS_P/tqsettings_p.h \ $$TOOLS_H/ntqshared.h \ $$TOOLS_H/tqptrstack.h \ $$TOOLS_H/tqstring.h \ @@ -68,11 +68,11 @@ tools { $$TOOLS_P/qucom_p.h \ $$TOOLS_H/ntquuid.h - win32:SOURCES += $$TOOLS_CPP/qdir_win.cpp \ - $$TOOLS_CPP/qfile_win.cpp \ - $$TOOLS_CPP/qfileinfo_win.cpp \ + win32:SOURCES += $$TOOLS_CPP/tqdir_win.cpp \ + $$TOOLS_CPP/tqfile_win.cpp \ + $$TOOLS_CPP/tqfileinfo_win.cpp \ $$TOOLS_CPP/qlibrary_win.cpp \ - $$TOOLS_CPP/qsettings_win.cpp \ + $$TOOLS_CPP/tqsettings_win.cpp \ $$TOOLS_CPP/tqmutex_win.cpp \ $$TOOLS_CPP/tqwaitcondition_win.cpp \ $$TOOLS_CPP/tqthreadstorage_win.cpp \ @@ -81,25 +81,25 @@ tools { win32-borland:SOURCES += $$TOOLS_CPP/qwinexport.cpp wince-* { - SOURCES -= $$TOOLS_CPP/qdir_win.cpp \ - $$TOOLS_CPP/qfile_win.cpp \ - $$TOOLS_CPP/qfileinfo_win.cpp - SOURCES += $$TOOLS_CPP/qdir_wce.cpp \ - $$TOOLS_CPP/qfile_wce.cpp \ - $$TOOLS_CPP/qfileinfo_wce.cpp + SOURCES -= $$TOOLS_CPP/tqdir_win.cpp \ + $$TOOLS_CPP/tqfile_win.cpp \ + $$TOOLS_CPP/tqfileinfo_win.cpp + SOURCES += $$TOOLS_CPP/tqdir_wce.cpp \ + $$TOOLS_CPP/tqfile_wce.cpp \ + $$TOOLS_CPP/tqfileinfo_wce.cpp } - offmac:SOURCES += $$TOOLS_CPP/qdir_mac.cpp \ - $$TOOLS_CPP/qfile_mac.cpp \ - $$TOOLS_CPP/qfileinfo_mac.cpp - else:unix:SOURCES += $$TOOLS_CPP/qdir_unix.cpp \ - $$TOOLS_CPP/qfile_unix.cpp \ - $$TOOLS_CPP/qfileinfo_unix.cpp \ + offmac:SOURCES += $$TOOLS_CPP/tqdir_mac.cpp \ + $$TOOLS_CPP/tqfile_mac.cpp \ + $$TOOLS_CPP/tqfileinfo_mac.cpp + else:unix:SOURCES += $$TOOLS_CPP/tqdir_unix.cpp \ + $$TOOLS_CPP/tqfile_unix.cpp \ + $$TOOLS_CPP/tqfileinfo_unix.cpp \ $$TOOLS_CPP/tqmutex_unix.cpp \ $$TOOLS_CPP/tqthreadstorage_unix.cpp \ $$TOOLS_CPP/tqwaitcondition_unix.cpp - mac:!x11:!embedded:SOURCES += $$TOOLS_CPP/qsettings_mac.cpp + mac:!x11:!embedded:SOURCES += $$TOOLS_CPP/tqsettings_mac.cpp mac { SOURCES+=3rdparty/dlcompat/dlfcn.c INCLUDEPATH+=3rdparty/dlcompat @@ -107,16 +107,16 @@ tools { unix:SOURCES += $$TOOLS_CPP/qlibrary_unix.cpp SOURCES += $$TOOLS_CPP/tqbitarray.cpp \ - $$TOOLS_CPP/qbuffer.cpp \ + $$TOOLS_CPP/tqbuffer.cpp \ $$TOOLS_CPP/qcomponentfactory.cpp \ $$TOOLS_CPP/qcomlibrary.cpp \ $$TOOLS_CPP/tqcstring.cpp \ - $$TOOLS_CPP/qdatastream.cpp \ + $$TOOLS_CPP/tqdatastream.cpp \ $$TOOLS_CPP/tqdatetime.cpp \ $$TOOLS_CPP/tqdeepcopy.cpp \ - $$TOOLS_CPP/qdir.cpp \ - $$TOOLS_CPP/qfile.cpp \ - $$TOOLS_CPP/qfileinfo.cpp \ + $$TOOLS_CPP/tqdir.cpp \ + $$TOOLS_CPP/tqfile.cpp \ + $$TOOLS_CPP/tqfileinfo.cpp \ $$TOOLS_CPP/qgarray.cpp \ $$TOOLS_CPP/qgcache.cpp \ $$TOOLS_CPP/qgdict.cpp \ @@ -124,7 +124,7 @@ tools { $$TOOLS_CPP/qglobal.cpp \ $$TOOLS_CPP/qgpluginmanager.cpp \ $$TOOLS_CPP/qgvector.cpp \ - $$TOOLS_CPP/qiodevice.cpp \ + $$TOOLS_CPP/tqiodevice.cpp \ $$TOOLS_CPP/qlibrary.cpp \ $$TOOLS_CPP/qlocale.cpp \ $$TOOLS_CPP/tqmap.cpp \ @@ -133,7 +133,7 @@ tools { $$TOOLS_CPP/tqregexp.cpp \ $$TOOLS_CPP/tqstring.cpp \ $$TOOLS_CPP/tqsemaphore.cpp \ - $$TOOLS_CPP/qsettings.cpp \ + $$TOOLS_CPP/tqsettings.cpp \ $$TOOLS_CPP/tqstringlist.cpp \ $$TOOLS_CPP/tqtextstream.cpp \ $$TOOLS_CPP/qunicodetables.cpp \ |