diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
commit | aeefd3fe454bfaed093355278b1e2caa84bfd77a (patch) | |
tree | 2d2b7ae985b004b3114ad2b25a879797be18d427 /src/tools/qt_tools.pri | |
parent | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff) | |
download | tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.tar.gz tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.zip |
Rename threading 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 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index b57e00435..d52bbd339 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -38,15 +38,15 @@ tools { $$TOOLS_P/qlocale_p.h \ $$TOOLS_H/tqptrlist.h \ $$TOOLS_H/tqmap.h \ - $$TOOLS_H/ntqmutex.h \ - $$TOOLS_P/qmutex_p.h \ - $$TOOLS_P/qmutexpool_p.h \ + $$TOOLS_H/tqmutex.h \ + $$TOOLS_P/tqmutex_p.h \ + $$TOOLS_P/tqmutexpool_p.h \ $$TOOLS_P/qpluginmanager_p.h \ $$TOOLS_H/tqptrcollection.h \ $$TOOLS_H/tqptrdict.h \ $$TOOLS_H/tqptrqueue.h \ $$TOOLS_H/ntqregexp.h \ - $$TOOLS_H/ntqsemaphore.h \ + $$TOOLS_H/tqsemaphore.h \ $$TOOLS_H/ntqsettings.h \ $$TOOLS_P/qsettings_p.h \ $$TOOLS_H/ntqshared.h \ @@ -56,14 +56,14 @@ tools { $$TOOLS_H/tqstrlist.h \ $$TOOLS_H/tqstrvec.h \ $$TOOLS_H/tqtextstream.h \ - $$TOOLS_P/qthreadinstance_p.h \ - $$TOOLS_H/ntqthreadstorage.h\ + $$TOOLS_P/tqthreadinstance_p.h \ + $$TOOLS_H/tqthreadstorage.h\ $$TOOLS_P/qunicodetables_p.h \ $$TOOLS_H/tqptrvector.h \ $$TOOLS_H/tqvaluelist.h \ $$TOOLS_H/tqvaluestack.h \ $$TOOLS_H/tqvaluevector.h \ - $$TOOLS_H/ntqwaitcondition.h \ + $$TOOLS_H/tqwaitcondition.h \ $$TOOLS_P/qcom_p.h \ $$TOOLS_P/qucom_p.h \ $$TOOLS_H/ntquuid.h @@ -73,9 +73,9 @@ tools { $$TOOLS_CPP/qfileinfo_win.cpp \ $$TOOLS_CPP/qlibrary_win.cpp \ $$TOOLS_CPP/qsettings_win.cpp \ - $$TOOLS_CPP/qmutex_win.cpp \ - $$TOOLS_CPP/qwaitcondition_win.cpp \ - $$TOOLS_CPP/qthreadstorage_win.cpp \ + $$TOOLS_CPP/tqmutex_win.cpp \ + $$TOOLS_CPP/tqwaitcondition_win.cpp \ + $$TOOLS_CPP/tqthreadstorage_win.cpp \ $$TOOLS_CPP/qcriticalsection_p.cpp win32-borland:SOURCES += $$TOOLS_CPP/qwinexport.cpp @@ -95,9 +95,9 @@ tools { else:unix:SOURCES += $$TOOLS_CPP/qdir_unix.cpp \ $$TOOLS_CPP/qfile_unix.cpp \ $$TOOLS_CPP/qfileinfo_unix.cpp \ - $$TOOLS_CPP/qmutex_unix.cpp \ - $$TOOLS_CPP/qthreadstorage_unix.cpp \ - $$TOOLS_CPP/qwaitcondition_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 { @@ -128,11 +128,11 @@ tools { $$TOOLS_CPP/qlibrary.cpp \ $$TOOLS_CPP/qlocale.cpp \ $$TOOLS_CPP/tqmap.cpp \ - $$TOOLS_CPP/qmutexpool.cpp \ + $$TOOLS_CPP/tqmutexpool.cpp \ $$TOOLS_CPP/tqptrcollection.cpp \ $$TOOLS_CPP/qregexp.cpp \ $$TOOLS_CPP/tqstring.cpp \ - $$TOOLS_CPP/qsemaphore.cpp \ + $$TOOLS_CPP/tqsemaphore.cpp \ $$TOOLS_CPP/qsettings.cpp \ $$TOOLS_CPP/tqstringlist.cpp \ $$TOOLS_CPP/tqtextstream.cpp \ |