diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /src/tools | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/qcomlibrary.cpp | 2 | ||||
-rw-r--r-- | src/tools/qt_tools.pri | 6 | ||||
-rw-r--r-- | src/tools/qwinexport.cpp | 4 | ||||
-rw-r--r-- | src/tools/tqcleanuphandler.h (renamed from src/tools/ntqcleanuphandler.h) | 0 | ||||
-rw-r--r-- | src/tools/tqcomponentfactory.cpp (renamed from src/tools/qcomponentfactory.cpp) | 4 | ||||
-rw-r--r-- | src/tools/tqcomponentfactory_p.h (renamed from src/tools/qcomponentfactory_p.h) | 0 | ||||
-rw-r--r-- | src/tools/tqregexp.cpp | 2 | ||||
-rw-r--r-- | src/tools/tqstring.cpp | 2 |
8 files changed, 10 insertions, 10 deletions
diff --git a/src/tools/qcomlibrary.cpp b/src/tools/qcomlibrary.cpp index 2d95ce54a..5f40bdc9f 100644 --- a/src/tools/qcomlibrary.cpp +++ b/src/tools/qcomlibrary.cpp @@ -43,7 +43,7 @@ #include <tqsettings.h> #include <tqfileinfo.h> #include <tqdatetime.h> -#include <ntqcleanuphandler.h> +#include <tqcleanuphandler.h> #ifndef NO_ERRNO_H #include <errno.h> #endif // NO_ERROR_H diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri index 8a2ce897f..ba4e5dd79 100644 --- a/src/tools/qt_tools.pri +++ b/src/tools/qt_tools.pri @@ -8,8 +8,8 @@ tools { $$TOOLS_H/tqbitarray.h \ $$TOOLS_H/tqbuffer.h \ $$TOOLS_H/tqcache.h \ - $$TOOLS_H/ntqcleanuphandler.h \ - $$TOOLS_P/qcomponentfactory_p.h \ + $$TOOLS_H/tqcleanuphandler.h \ + $$TOOLS_P/tqcomponentfactory_p.h \ $$TOOLS_P/qcomlibrary_p.h \ $$TOOLS_H/tqcstring.h \ $$TOOLS_H/tqdatastream.h \ @@ -107,7 +107,7 @@ tools { SOURCES += $$TOOLS_CPP/tqbitarray.cpp \ $$TOOLS_CPP/tqbuffer.cpp \ - $$TOOLS_CPP/qcomponentfactory.cpp \ + $$TOOLS_CPP/tqcomponentfactory.cpp \ $$TOOLS_CPP/qcomlibrary.cpp \ $$TOOLS_CPP/tqcstring.cpp \ $$TOOLS_CPP/tqdatastream.cpp \ diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp index 82d5ebc61..92bda3eb7 100644 --- a/src/tools/qwinexport.cpp +++ b/src/tools/qwinexport.cpp @@ -1,8 +1,8 @@ #define Q_EXPORT_TEMPLATES #include <tqcanvas.h> -#include <ntqaccessible.h> -#include <ntqconnection.h> +#include <tqaccessible.h> +#include <tqconnection.h> #include <tqguardedptr.h> #include <tqobject.h> #include <tqpoint.h> diff --git a/src/tools/ntqcleanuphandler.h b/src/tools/tqcleanuphandler.h index b6347f7ea..b6347f7ea 100644 --- a/src/tools/ntqcleanuphandler.h +++ b/src/tools/tqcleanuphandler.h diff --git a/src/tools/qcomponentfactory.cpp b/src/tools/tqcomponentfactory.cpp index 0186e7843..6bac4b618 100644 --- a/src/tools/qcomponentfactory.cpp +++ b/src/tools/tqcomponentfactory.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "qcomponentfactory_p.h" +#include "tqcomponentfactory_p.h" #ifndef TQT_NO_COMPONENT #include "tqsettings.h" @@ -47,7 +47,7 @@ #include "ntqapplication.h" /*! - \class TQComponentFactory qcomponentfactory.h + \class TQComponentFactory tqcomponentfactory.h \brief The TQComponentFactory class provides static functions to create and register components. \internal diff --git a/src/tools/qcomponentfactory_p.h b/src/tools/tqcomponentfactory_p.h index 89399152f..89399152f 100644 --- a/src/tools/qcomponentfactory_p.h +++ b/src/tools/tqcomponentfactory_p.h diff --git a/src/tools/tqregexp.cpp b/src/tools/tqregexp.cpp index 19758f95c..1aed2ca4c 100644 --- a/src/tools/tqregexp.cpp +++ b/src/tools/tqregexp.cpp @@ -45,7 +45,7 @@ #include "tqmemarray.h" #include "tqbitarray.h" #include "tqcache.h" -#include "ntqcleanuphandler.h" +#include "tqcleanuphandler.h" #include "tqintdict.h" #include "tqmap.h" #include "tqptrvector.h" diff --git a/src/tools/tqstring.cpp b/src/tools/tqstring.cpp index 546069d48..5247289df 100644 --- a/src/tools/tqstring.cpp +++ b/src/tools/tqstring.cpp @@ -75,7 +75,7 @@ #include <sys/mman.h> #endif #if !defined( TQT_NO_COMPONENT ) && !defined( QT_LITE_COMPONENT ) -#include "ntqcleanuphandler.h" +#include "tqcleanuphandler.h" #endif #if defined(Q_OS_LINUX) |