diff options
Diffstat (limited to 'src/tools/qt_tools.pri')
-rw-r--r-- | src/tools/qt_tools.pri | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index e5e7a7af4..283d7c5ed 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -51,10 +51,10 @@ tools { $$TOOLS_P/qsettings_p.h \ $$TOOLS_H/ntqshared.h \ $$TOOLS_H/tqptrstack.h \ - $$TOOLS_H/ntqstring.h \ - $$TOOLS_H/ntqstringlist.h \ - $$TOOLS_H/ntqstrlist.h \ - $$TOOLS_H/ntqstrvec.h \ + $$TOOLS_H/tqstring.h \ + $$TOOLS_H/tqstringlist.h \ + $$TOOLS_H/tqstrlist.h \ + $$TOOLS_H/tqstrvec.h \ $$TOOLS_H/ntqtextstream.h \ $$TOOLS_P/qthreadinstance_p.h \ $$TOOLS_H/ntqthreadstorage.h\ @@ -131,10 +131,10 @@ tools { $$TOOLS_CPP/qmutexpool.cpp \ $$TOOLS_CPP/tqptrcollection.cpp \ $$TOOLS_CPP/qregexp.cpp \ - $$TOOLS_CPP/qstring.cpp \ + $$TOOLS_CPP/tqstring.cpp \ $$TOOLS_CPP/qsemaphore.cpp \ $$TOOLS_CPP/qsettings.cpp \ - $$TOOLS_CPP/qstringlist.cpp \ + $$TOOLS_CPP/tqstringlist.cpp \ $$TOOLS_CPP/qtextstream.cpp \ $$TOOLS_CPP/qunicodetables.cpp \ $$TOOLS_CPP/qucom.cpp \ |