From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro <michele.calgaro@yahoo.it> Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> --- src/tools/qt_tools.pri | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/tools/qt_tools.pri') 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 \ -- cgit v1.2.1