diff options
Diffstat (limited to 'src/tools/qt_tools.pri')
-rw-r--r-- | src/tools/qt_tools.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index 283d7c5ed..54cfd4414 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -55,7 +55,7 @@ tools { $$TOOLS_H/tqstringlist.h \ $$TOOLS_H/tqstrlist.h \ $$TOOLS_H/tqstrvec.h \ - $$TOOLS_H/ntqtextstream.h \ + $$TOOLS_H/tqtextstream.h \ $$TOOLS_P/qthreadinstance_p.h \ $$TOOLS_H/ntqthreadstorage.h\ $$TOOLS_P/qunicodetables_p.h \ @@ -135,7 +135,7 @@ tools { $$TOOLS_CPP/qsemaphore.cpp \ $$TOOLS_CPP/qsettings.cpp \ $$TOOLS_CPP/tqstringlist.cpp \ - $$TOOLS_CPP/qtextstream.cpp \ + $$TOOLS_CPP/tqtextstream.cpp \ $$TOOLS_CPP/qunicodetables.cpp \ $$TOOLS_CPP/qucom.cpp \ $$TOOLS_CPP/quuid.cpp |