diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
| commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
| tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /src/tools/qt_tools.pri | |
| parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
| download | tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip | |
Rename ptr 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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index 5026f3791..e5e7a7af4 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -36,21 +36,21 @@ tools { $$TOOLS_P/qlibrary_p.h \ $$TOOLS_H/ntqlocale.h \ $$TOOLS_P/qlocale_p.h \ - $$TOOLS_H/ntqptrlist.h \ + $$TOOLS_H/tqptrlist.h \ $$TOOLS_H/tqmap.h \ $$TOOLS_H/ntqmutex.h \ $$TOOLS_P/qmutex_p.h \ $$TOOLS_P/qmutexpool_p.h \ $$TOOLS_P/qpluginmanager_p.h \ - $$TOOLS_H/ntqptrcollection.h \ - $$TOOLS_H/ntqptrdict.h \ - $$TOOLS_H/ntqptrqueue.h \ + $$TOOLS_H/tqptrcollection.h \ + $$TOOLS_H/tqptrdict.h \ + $$TOOLS_H/tqptrqueue.h \ $$TOOLS_H/ntqregexp.h \ $$TOOLS_H/ntqsemaphore.h \ $$TOOLS_H/ntqsettings.h \ $$TOOLS_P/qsettings_p.h \ $$TOOLS_H/ntqshared.h \ - $$TOOLS_H/ntqptrstack.h \ + $$TOOLS_H/tqptrstack.h \ $$TOOLS_H/ntqstring.h \ $$TOOLS_H/ntqstringlist.h \ $$TOOLS_H/ntqstrlist.h \ @@ -59,7 +59,7 @@ tools { $$TOOLS_P/qthreadinstance_p.h \ $$TOOLS_H/ntqthreadstorage.h\ $$TOOLS_P/qunicodetables_p.h \ - $$TOOLS_H/ntqptrvector.h \ + $$TOOLS_H/tqptrvector.h \ $$TOOLS_H/tqvaluelist.h \ $$TOOLS_H/tqvaluestack.h \ $$TOOLS_H/tqvaluevector.h \ @@ -129,7 +129,7 @@ tools { $$TOOLS_CPP/qlocale.cpp \ $$TOOLS_CPP/tqmap.cpp \ $$TOOLS_CPP/qmutexpool.cpp \ - $$TOOLS_CPP/qptrcollection.cpp \ + $$TOOLS_CPP/tqptrcollection.cpp \ $$TOOLS_CPP/qregexp.cpp \ $$TOOLS_CPP/qstring.cpp \ $$TOOLS_CPP/qsemaphore.cpp \ |
