diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /src/tools/qt_tools.pri | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt-1f0ce853.tar.gz tqt-1f0ce853.zip |
Rename template library 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index 7153653b8..5026f3791 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -37,7 +37,7 @@ tools { $$TOOLS_H/ntqlocale.h \ $$TOOLS_P/qlocale_p.h \ $$TOOLS_H/ntqptrlist.h \ - $$TOOLS_H/ntqmap.h \ + $$TOOLS_H/tqmap.h \ $$TOOLS_H/ntqmutex.h \ $$TOOLS_P/qmutex_p.h \ $$TOOLS_P/qmutexpool_p.h \ @@ -60,9 +60,9 @@ tools { $$TOOLS_H/ntqthreadstorage.h\ $$TOOLS_P/qunicodetables_p.h \ $$TOOLS_H/ntqptrvector.h \ - $$TOOLS_H/ntqvaluelist.h \ - $$TOOLS_H/ntqvaluestack.h \ - $$TOOLS_H/ntqvaluevector.h \ + $$TOOLS_H/tqvaluelist.h \ + $$TOOLS_H/tqvaluestack.h \ + $$TOOLS_H/tqvaluevector.h \ $$TOOLS_H/ntqwaitcondition.h \ $$TOOLS_P/qcom_p.h \ $$TOOLS_P/qucom_p.h \ @@ -127,7 +127,7 @@ tools { $$TOOLS_CPP/qiodevice.cpp \ $$TOOLS_CPP/qlibrary.cpp \ $$TOOLS_CPP/qlocale.cpp \ - $$TOOLS_CPP/qmap.cpp \ + $$TOOLS_CPP/tqmap.cpp \ $$TOOLS_CPP/qmutexpool.cpp \ $$TOOLS_CPP/qptrcollection.cpp \ $$TOOLS_CPP/qregexp.cpp \ |