summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-13 21:16:04 +0900
committerMichele Calgaro <[email protected]>2024-09-13 21:16:04 +0900
commit872192923463820529e6e77963afb4bfcfb5ce53 (patch)
treebf37634f4da8ac66a81cb26695e1a1ab1fea1d06 /src/tools
parent6f57abfc9cd3acf1d648aee696947ac9216adb71 (diff)
downloadtqt3-872192923463820529e6e77963afb4bfcfb5ce53.tar.gz
tqt3-872192923463820529e6e77963afb4bfcfb5ce53.zip
Rename private q* headers into equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qt_tools.pri18
-rw-r--r--src/tools/tqcom_p.h (renamed from src/tools/qcom_p.h)2
-rw-r--r--src/tools/tqcomlibrary.cpp (renamed from src/tools/qcomlibrary.cpp)2
-rw-r--r--src/tools/tqcomlibrary_p.h (renamed from src/tools/qcomlibrary_p.h)2
-rw-r--r--src/tools/tqcomponentfactory.cpp2
-rw-r--r--src/tools/tqcomponentfactory_p.h2
-rw-r--r--src/tools/tqcriticalsection_p.cpp (renamed from src/tools/qcriticalsection_p.cpp)2
-rw-r--r--src/tools/tqcriticalsection_p.h (renamed from src/tools/qcriticalsection_p.h)0
-rw-r--r--src/tools/tqgpluginmanager.cpp4
-rw-r--r--src/tools/tqgpluginmanager_p.h2
-rw-r--r--src/tools/tqpluginmanager_p.h (renamed from src/tools/qpluginmanager_p.h)0
-rw-r--r--src/tools/tqstring.cpp2
-rw-r--r--src/tools/tqucom.cpp (renamed from src/tools/qucom.cpp)4
-rw-r--r--src/tools/tqucom_p.h (renamed from src/tools/qucom_p.h)0
-rw-r--r--src/tools/tqunicodetables.cpp (renamed from src/tools/qunicodetables.cpp)4
-rw-r--r--src/tools/tqunicodetables_p.h (renamed from src/tools/qunicodetables_p.h)0
16 files changed, 23 insertions, 23 deletions
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri
index c8eacaee8..36c144e99 100644
--- a/src/tools/qt_tools.pri
+++ b/src/tools/qt_tools.pri
@@ -10,7 +10,7 @@ tools {
$$TOOLS_H/tqcache.h \
$$TOOLS_H/tqcleanuphandler.h \
$$TOOLS_P/tqcomponentfactory_p.h \
- $$TOOLS_P/qcomlibrary_p.h \
+ $$TOOLS_P/tqcomlibrary_p.h \
$$TOOLS_H/tqcstring.h \
$$TOOLS_H/tqdatastream.h \
$$TOOLS_H/tqdatetime.h \
@@ -40,7 +40,7 @@ tools {
$$TOOLS_H/tqmutex.h \
$$TOOLS_P/tqmutex_p.h \
$$TOOLS_P/tqmutexpool_p.h \
- $$TOOLS_P/qpluginmanager_p.h \
+ $$TOOLS_P/tqpluginmanager_p.h \
$$TOOLS_H/tqptrcollection.h \
$$TOOLS_H/tqptrdict.h \
$$TOOLS_H/tqptrqueue.h \
@@ -57,14 +57,14 @@ tools {
$$TOOLS_H/tqtextstream.h \
$$TOOLS_P/tqthreadinstance_p.h \
$$TOOLS_H/tqthreadstorage.h\
- $$TOOLS_P/qunicodetables_p.h \
+ $$TOOLS_P/tqunicodetables_p.h \
$$TOOLS_H/tqptrvector.h \
$$TOOLS_H/tqvaluelist.h \
$$TOOLS_H/tqvaluestack.h \
$$TOOLS_H/tqvaluevector.h \
$$TOOLS_H/tqwaitcondition.h \
- $$TOOLS_P/qcom_p.h \
- $$TOOLS_P/qucom_p.h \
+ $$TOOLS_P/tqcom_p.h \
+ $$TOOLS_P/tqucom_p.h \
$$TOOLS_H/tquuid.h
win32:SOURCES += $$TOOLS_CPP/tqdir_win.cpp \
@@ -75,7 +75,7 @@ tools {
$$TOOLS_CPP/tqmutex_win.cpp \
$$TOOLS_CPP/tqwaitcondition_win.cpp \
$$TOOLS_CPP/tqthreadstorage_win.cpp \
- $$TOOLS_CPP/qcriticalsection_p.cpp
+ $$TOOLS_CPP/tqcriticalsection_p.cpp
win32-borland:SOURCES += $$TOOLS_CPP/tqwinexport.cpp
@@ -108,7 +108,7 @@ tools {
SOURCES += $$TOOLS_CPP/tqbitarray.cpp \
$$TOOLS_CPP/tqbuffer.cpp \
$$TOOLS_CPP/tqcomponentfactory.cpp \
- $$TOOLS_CPP/qcomlibrary.cpp \
+ $$TOOLS_CPP/tqcomlibrary.cpp \
$$TOOLS_CPP/tqcstring.cpp \
$$TOOLS_CPP/tqdatastream.cpp \
$$TOOLS_CPP/tqdatetime.cpp \
@@ -135,8 +135,8 @@ tools {
$$TOOLS_CPP/tqsettings.cpp \
$$TOOLS_CPP/tqstringlist.cpp \
$$TOOLS_CPP/tqtextstream.cpp \
- $$TOOLS_CPP/qunicodetables.cpp \
- $$TOOLS_CPP/qucom.cpp \
+ $$TOOLS_CPP/tqunicodetables.cpp \
+ $$TOOLS_CPP/tqucom.cpp \
$$TOOLS_CPP/tquuid.cpp
irix-cc* {
diff --git a/src/tools/qcom_p.h b/src/tools/tqcom_p.h
index 0c9d60d01..9ff7ece64 100644
--- a/src/tools/qcom_p.h
+++ b/src/tools/tqcom_p.h
@@ -291,7 +291,7 @@ public: \
// this is duplicated at Q_PLUGIN_VERIFICATION_DATA in tqgplugin.h
// NOTE: if you change pattern, you MUST change the pattern in
-// qcomlibrary.cpp as well. changing the pattern will break all
+// tqcomlibrary.cpp as well. changing the pattern will break all
// backwards compatibility as well (no old plugins will be loaded).
#ifndef Q_UCM_VERIFICATION_DATA
# define Q_UCM_VERIFICATION_DATA \
diff --git a/src/tools/qcomlibrary.cpp b/src/tools/tqcomlibrary.cpp
index 5f40bdc9f..5c2510130 100644
--- a/src/tools/qcomlibrary.cpp
+++ b/src/tools/tqcomlibrary.cpp
@@ -36,7 +36,7 @@
**
**********************************************************************/
-#include "qcomlibrary_p.h"
+#include "tqcomlibrary_p.h"
#ifndef TQT_NO_COMPONENT
#include <ntqapplication.h>
diff --git a/src/tools/qcomlibrary_p.h b/src/tools/tqcomlibrary_p.h
index ede724194..e803a236c 100644
--- a/src/tools/qcomlibrary_p.h
+++ b/src/tools/tqcomlibrary_p.h
@@ -52,7 +52,7 @@
//
#ifndef QT_H
-#include "qcom_p.h"
+#include "tqcom_p.h"
#include "tqlibrary.h"
#endif // QT_H
diff --git a/src/tools/tqcomponentfactory.cpp b/src/tools/tqcomponentfactory.cpp
index 6bac4b618..3b05e94de 100644
--- a/src/tools/tqcomponentfactory.cpp
+++ b/src/tools/tqcomponentfactory.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_COMPONENT
#include "tqsettings.h"
-#include <private/qcomlibrary_p.h>
+#include <private/tqcomlibrary_p.h>
#include "tqdir.h"
#include "ntqapplication.h"
diff --git a/src/tools/tqcomponentfactory_p.h b/src/tools/tqcomponentfactory_p.h
index 89399152f..ea45d7455 100644
--- a/src/tools/tqcomponentfactory_p.h
+++ b/src/tools/tqcomponentfactory_p.h
@@ -42,7 +42,7 @@
#define TQCOMPONENTFACTORY_P_H
#ifndef QT_H
-#include "qcom_p.h"
+#include "tqcom_p.h"
#endif // QT_H
//
diff --git a/src/tools/qcriticalsection_p.cpp b/src/tools/tqcriticalsection_p.cpp
index 20c2127b0..a6203b0c8 100644
--- a/src/tools/qcriticalsection_p.cpp
+++ b/src/tools/tqcriticalsection_p.cpp
@@ -40,7 +40,7 @@
#include "qt_windows.h"
-#include <private/qcriticalsection_p.h>
+#include <private/tqcriticalsection_p.h>
class TQCriticalSectionPrivate
{
diff --git a/src/tools/qcriticalsection_p.h b/src/tools/tqcriticalsection_p.h
index 330e141e1..330e141e1 100644
--- a/src/tools/qcriticalsection_p.h
+++ b/src/tools/tqcriticalsection_p.h
diff --git a/src/tools/tqgpluginmanager.cpp b/src/tools/tqgpluginmanager.cpp
index d53e4f5f5..94b5a6435 100644
--- a/src/tools/tqgpluginmanager.cpp
+++ b/src/tools/tqgpluginmanager.cpp
@@ -38,7 +38,7 @@
#include "tqgpluginmanager_p.h"
#ifndef TQT_NO_COMPONENT
-#include "qcomlibrary_p.h"
+#include "tqcomlibrary_p.h"
#include "tqmap.h"
#include "tqdir.h"
@@ -205,7 +205,7 @@ static int similarity( const TQString& s1, const TQString& s2 )
}
/*!
- \class TQPluginManager qpluginmanager.h
+ \class TQPluginManager tqpluginmanager.h
\reentrant
\brief The TQPluginManager class provides basic functions to access a certain kind of functionality in libraries.
\ingroup componentmodel
diff --git a/src/tools/tqgpluginmanager_p.h b/src/tools/tqgpluginmanager_p.h
index 946fe3bc4..123936627 100644
--- a/src/tools/tqgpluginmanager_p.h
+++ b/src/tools/tqgpluginmanager_p.h
@@ -44,7 +44,7 @@
#include "tqlibrary.h"
#include "tquuid.h"
#include "tqstringlist.h"
-#include "qcom_p.h"
+#include "tqcom_p.h"
#endif // QT_H
//
diff --git a/src/tools/qpluginmanager_p.h b/src/tools/tqpluginmanager_p.h
index 4e42eed0f..4e42eed0f 100644
--- a/src/tools/qpluginmanager_p.h
+++ b/src/tools/tqpluginmanager_p.h
diff --git a/src/tools/tqstring.cpp b/src/tools/tqstring.cpp
index 5247289df..318f1aa77 100644
--- a/src/tools/tqstring.cpp
+++ b/src/tools/tqstring.cpp
@@ -59,7 +59,7 @@
#include "tqlocale.h"
#include "tqlocale_p.h"
-#include "qunicodetables_p.h"
+#include "tqunicodetables_p.h"
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
diff --git a/src/tools/qucom.cpp b/src/tools/tqucom.cpp
index 8444c7f3b..3ab50a7a9 100644
--- a/src/tools/qucom.cpp
+++ b/src/tools/tqucom.cpp
@@ -38,8 +38,8 @@
**
**********************************************************************/
-#include "private/qucom_p.h"
-#include "private/qucomextra_p.h"
+#include "private/tqucom_p.h"
+#include "private/tqucomextra_p.h"
#include "tqvariant.h"
diff --git a/src/tools/qucom_p.h b/src/tools/tqucom_p.h
index 761d5cee4..761d5cee4 100644
--- a/src/tools/qucom_p.h
+++ b/src/tools/tqucom_p.h
diff --git a/src/tools/qunicodetables.cpp b/src/tools/tqunicodetables.cpp
index b442bcbff..ee3ed918b 100644
--- a/src/tools/qunicodetables.cpp
+++ b/src/tools/tqunicodetables.cpp
@@ -36,7 +36,7 @@
**
**********************************************************************/
-#include "qunicodetables_p.h"
+#include "tqunicodetables_p.h"
/* -------------------------------------------------------------------------
* unicode information
@@ -64,7 +64,7 @@ and using perl-5.10
* -------------------------------------------------------------------------
*/
-/* Perl script to generate (run perl -x tools/qunicodetables.cpp)
+/* Perl script to generate (run perl -x tools/tqunicodetables.cpp)
#!perl
diff --git a/src/tools/qunicodetables_p.h b/src/tools/tqunicodetables_p.h
index 18045f470..18045f470 100644
--- a/src/tools/qunicodetables_p.h
+++ b/src/tools/tqunicodetables_p.h