summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /src/tools
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz
tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/ntqstringlist.h2
-rw-r--r--src/tools/qdir_p.h2
-rw-r--r--src/tools/qglist.cpp2
-rw-r--r--src/tools/qgpluginmanager.cpp2
-rw-r--r--src/tools/qregexp.cpp2
-rw-r--r--src/tools/qsettings.cpp2
-rw-r--r--src/tools/qsettings_p.h4
-rw-r--r--src/tools/qt_tools.pri10
-rw-r--r--src/tools/qwinexport.cpp6
-rw-r--r--src/tools/tqmap.cpp (renamed from src/tools/qmap.cpp)2
-rw-r--r--src/tools/tqmap.h (renamed from src/tools/ntqmap.h)4
-rw-r--r--src/tools/tqpair.h (renamed from src/tools/ntqpair.h)0
-rw-r--r--src/tools/tqvaluelist.h (renamed from src/tools/ntqvaluelist.h)0
-rw-r--r--src/tools/tqvaluestack.h (renamed from src/tools/ntqvaluestack.h)2
-rw-r--r--src/tools/tqvaluevector.h (renamed from src/tools/ntqvaluevector.h)0
15 files changed, 20 insertions, 20 deletions
diff --git a/src/tools/ntqstringlist.h b/src/tools/ntqstringlist.h
index 7bda8587..219af2bf 100644
--- a/src/tools/ntqstringlist.h
+++ b/src/tools/ntqstringlist.h
@@ -42,7 +42,7 @@
#define TQSTRINGLIST_H
#ifndef QT_H
-#include "ntqvaluelist.h"
+#include "tqvaluelist.h"
#include "ntqstring.h"
#include "ntqstrlist.h"
#endif // QT_H
diff --git a/src/tools/qdir_p.h b/src/tools/qdir_p.h
index 4538e5b2..91138abb 100644
--- a/src/tools/qdir_p.h
+++ b/src/tools/qdir_p.h
@@ -56,7 +56,7 @@
#ifndef QT_H
#include "ntqregexp.h"
-#include "ntqvaluelist.h"
+#include "tqvaluelist.h"
#endif // QT_H
extern TQValueList<TQRegExp> qt_makeFilterList( const TQString & );
diff --git a/src/tools/qglist.cpp b/src/tools/qglist.cpp
index 9dbe81d9..97929787 100644
--- a/src/tools/qglist.cpp
+++ b/src/tools/qglist.cpp
@@ -41,7 +41,7 @@
#include "ntqglist.h"
#include "ntqgvector.h"
#include "ntqdatastream.h"
-#include "ntqvaluelist.h"
+#include "tqvaluelist.h"
#if defined(TQT_THREAD_SUPPORT)
#include "ntqmutex.h"
diff --git a/src/tools/qgpluginmanager.cpp b/src/tools/qgpluginmanager.cpp
index c1d6e15f..dc72dad3 100644
--- a/src/tools/qgpluginmanager.cpp
+++ b/src/tools/qgpluginmanager.cpp
@@ -39,7 +39,7 @@
#include "qgpluginmanager_p.h"
#ifndef TQT_NO_COMPONENT
#include "qcomlibrary_p.h"
-#include "ntqmap.h"
+#include "tqmap.h"
#include "ntqdir.h"
/*
diff --git a/src/tools/qregexp.cpp b/src/tools/qregexp.cpp
index 5c0fac76..19b983f7 100644
--- a/src/tools/qregexp.cpp
+++ b/src/tools/qregexp.cpp
@@ -47,7 +47,7 @@
#include "ntqcache.h"
#include "ntqcleanuphandler.h"
#include "ntqintdict.h"
-#include "ntqmap.h"
+#include "tqmap.h"
#include "ntqptrvector.h"
#include "ntqstring.h"
#include "ntqtl.h"
diff --git a/src/tools/qsettings.cpp b/src/tools/qsettings.cpp
index 6ac18bcc..ecaa3f7d 100644
--- a/src/tools/qsettings.cpp
+++ b/src/tools/qsettings.cpp
@@ -60,7 +60,7 @@ static inline int qt_open( const char *pathname, int flags, mode_t mode )
#include "ntqdir.h"
#include "ntqfile.h"
#include "ntqfileinfo.h"
-#include "ntqmap.h"
+#include "tqmap.h"
#include "ntqtextstream.h"
#include "ntqregexp.h"
#include <private/qsettings_p.h>
diff --git a/src/tools/qsettings_p.h b/src/tools/qsettings_p.h
index 6dcd1a03..303466cd 100644
--- a/src/tools/qsettings_p.h
+++ b/src/tools/qsettings_p.h
@@ -55,8 +55,8 @@
#ifndef QT_H
#include "ntqstringlist.h"
-#include "ntqmap.h"
-#include "ntqvaluestack.h"
+#include "tqmap.h"
+#include "tqvaluestack.h"
#endif // QT_H
#ifndef TQT_NO_SETTINGS
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri
index 7153653b..5026f379 100644
--- a/src/tools/qt_tools.pri
+++ b/src/tools/qt_tools.pri
@@ -37,7 +37,7 @@ tools {
$$TOOLS_H/ntqlocale.h \
$$TOOLS_P/qlocale_p.h \
$$TOOLS_H/ntqptrlist.h \
- $$TOOLS_H/ntqmap.h \
+ $$TOOLS_H/tqmap.h \
$$TOOLS_H/ntqmutex.h \
$$TOOLS_P/qmutex_p.h \
$$TOOLS_P/qmutexpool_p.h \
@@ -60,9 +60,9 @@ tools {
$$TOOLS_H/ntqthreadstorage.h\
$$TOOLS_P/qunicodetables_p.h \
$$TOOLS_H/ntqptrvector.h \
- $$TOOLS_H/ntqvaluelist.h \
- $$TOOLS_H/ntqvaluestack.h \
- $$TOOLS_H/ntqvaluevector.h \
+ $$TOOLS_H/tqvaluelist.h \
+ $$TOOLS_H/tqvaluestack.h \
+ $$TOOLS_H/tqvaluevector.h \
$$TOOLS_H/ntqwaitcondition.h \
$$TOOLS_P/qcom_p.h \
$$TOOLS_P/qucom_p.h \
@@ -127,7 +127,7 @@ tools {
$$TOOLS_CPP/qiodevice.cpp \
$$TOOLS_CPP/qlibrary.cpp \
$$TOOLS_CPP/qlocale.cpp \
- $$TOOLS_CPP/qmap.cpp \
+ $$TOOLS_CPP/tqmap.cpp \
$$TOOLS_CPP/qmutexpool.cpp \
$$TOOLS_CPP/qptrcollection.cpp \
$$TOOLS_CPP/qregexp.cpp \
diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp
index 1584aa81..244db1ce 100644
--- a/src/tools/qwinexport.cpp
+++ b/src/tools/qwinexport.cpp
@@ -20,12 +20,12 @@
#include <ntqdict.h>
#include <ntqintdict.h>
#include <ntqlibrary.h>
-#include <ntqmap.h>
+#include <tqmap.h>
#include <ntqmemarray.h>
#include <ntqptrlist.h>
#include <ntqptrvector.h>
#include <ntqstring.h>
-#include <ntqvaluelist.h>
-#include <ntqvaluevector.h>
+#include <tqvaluelist.h>
+#include <tqvaluevector.h>
#include <ntqdockarea.h>
#include <ntqdockwindow.h>
diff --git a/src/tools/qmap.cpp b/src/tools/tqmap.cpp
index 4c288450..cbc874c6 100644
--- a/src/tools/qmap.cpp
+++ b/src/tools/tqmap.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqmap.h"
+#include "tqmap.h"
typedef TQMapNodeBase* NodePtr;
typedef TQMapNodeBase Node;
diff --git a/src/tools/ntqmap.h b/src/tools/tqmap.h
index f1c41be9..97a21883 100644
--- a/src/tools/ntqmap.h
+++ b/src/tools/tqmap.h
@@ -45,8 +45,8 @@
#include "ntqglobal.h"
#include "ntqshared.h"
#include "ntqdatastream.h"
-#include "ntqpair.h"
-#include "ntqvaluelist.h"
+#include "tqpair.h"
+#include "tqvaluelist.h"
#endif // QT_H
#ifndef TQT_NO_STL
diff --git a/src/tools/ntqpair.h b/src/tools/tqpair.h
index cd161468..cd161468 100644
--- a/src/tools/ntqpair.h
+++ b/src/tools/tqpair.h
diff --git a/src/tools/ntqvaluelist.h b/src/tools/tqvaluelist.h
index 4056290d..4056290d 100644
--- a/src/tools/ntqvaluelist.h
+++ b/src/tools/tqvaluelist.h
diff --git a/src/tools/ntqvaluestack.h b/src/tools/tqvaluestack.h
index 1c1259fb..5d76820d 100644
--- a/src/tools/ntqvaluestack.h
+++ b/src/tools/tqvaluestack.h
@@ -42,7 +42,7 @@
#define TQVALUESTACK_H
#ifndef QT_H
-#include "ntqvaluelist.h"
+#include "tqvaluelist.h"
#endif // QT_H
diff --git a/src/tools/ntqvaluevector.h b/src/tools/tqvaluevector.h
index 90dc45e1..90dc45e1 100644
--- a/src/tools/ntqvaluevector.h
+++ b/src/tools/tqvaluevector.h