summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /src/tools
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz
tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qcomlibrary_p.h2
-rw-r--r--src/tools/qt_tools.pri10
-rw-r--r--src/tools/qwinexport.cpp2
-rw-r--r--src/tools/tqfeatures.txt2
-rw-r--r--src/tools/tqgpluginmanager_p.h2
-rw-r--r--src/tools/tqlibrary.cpp (renamed from src/tools/qlibrary.cpp)4
-rw-r--r--src/tools/tqlibrary.h (renamed from src/tools/ntqlibrary.h)0
-rw-r--r--src/tools/tqlibrary_p.h (renamed from src/tools/qlibrary_p.h)2
-rw-r--r--src/tools/tqlibrary_unix.cpp (renamed from src/tools/qlibrary_unix.cpp)2
-rw-r--r--src/tools/tqsettings.cpp2
10 files changed, 14 insertions, 14 deletions
diff --git a/src/tools/qcomlibrary_p.h b/src/tools/qcomlibrary_p.h
index f738aff52..ede724194 100644
--- a/src/tools/qcomlibrary_p.h
+++ b/src/tools/qcomlibrary_p.h
@@ -53,7 +53,7 @@
#ifndef QT_H
#include "qcom_p.h"
-#include "ntqlibrary.h"
+#include "tqlibrary.h"
#endif // QT_H
#ifndef TQT_NO_COMPONENT
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri
index ba4e5dd79..03bf94e37 100644
--- a/src/tools/qt_tools.pri
+++ b/src/tools/qt_tools.pri
@@ -31,8 +31,8 @@ tools {
$$TOOLS_H/tqintcache.h \
$$TOOLS_H/tqintdict.h \
$$TOOLS_H/tqiodevice.h \
- $$TOOLS_H/ntqlibrary.h \
- $$TOOLS_P/qlibrary_p.h \
+ $$TOOLS_H/tqlibrary.h \
+ $$TOOLS_P/tqlibrary_p.h \
$$TOOLS_H/tqlocale.h \
$$TOOLS_P/tqlocale_p.h \
$$TOOLS_H/tqptrlist.h \
@@ -70,7 +70,7 @@ tools {
win32:SOURCES += $$TOOLS_CPP/tqdir_win.cpp \
$$TOOLS_CPP/tqfile_win.cpp \
$$TOOLS_CPP/tqfileinfo_win.cpp \
- $$TOOLS_CPP/qlibrary_win.cpp \
+ $$TOOLS_CPP/tqlibrary_win.cpp \
$$TOOLS_CPP/tqsettings_win.cpp \
$$TOOLS_CPP/tqmutex_win.cpp \
$$TOOLS_CPP/tqwaitcondition_win.cpp \
@@ -103,7 +103,7 @@ tools {
SOURCES+=3rdparty/dlcompat/dlfcn.c
INCLUDEPATH+=3rdparty/dlcompat
}
- unix:SOURCES += $$TOOLS_CPP/qlibrary_unix.cpp
+ unix:SOURCES += $$TOOLS_CPP/tqlibrary_unix.cpp
SOURCES += $$TOOLS_CPP/tqbitarray.cpp \
$$TOOLS_CPP/tqbuffer.cpp \
@@ -124,7 +124,7 @@ tools {
$$TOOLS_CPP/tqgpluginmanager.cpp \
$$TOOLS_CPP/tqgvector.cpp \
$$TOOLS_CPP/tqiodevice.cpp \
- $$TOOLS_CPP/qlibrary.cpp \
+ $$TOOLS_CPP/tqlibrary.cpp \
$$TOOLS_CPP/tqlocale.cpp \
$$TOOLS_CPP/tqmap.cpp \
$$TOOLS_CPP/tqmutexpool.cpp \
diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp
index 79c651b3c..d1a2bce22 100644
--- a/src/tools/qwinexport.cpp
+++ b/src/tools/qwinexport.cpp
@@ -17,7 +17,7 @@
#include <tqcstring.h>
#include <tqdict.h>
#include <tqintdict.h>
-#include <ntqlibrary.h>
+#include <tqlibrary.h>
#include <tqmap.h>
#include <tqmemarray.h>
#include <tqptrlist.h>
diff --git a/src/tools/tqfeatures.txt b/src/tools/tqfeatures.txt
index 5e7c9c267..ef466fd36 100644
--- a/src/tools/tqfeatures.txt
+++ b/src/tools/tqfeatures.txt
@@ -1030,7 +1030,7 @@ SeeAlso: ???
Feature: INPUTDIALOG
Section: Widgets
Requires: DIALOG COMBOBOX LABEL PUSHBUTTON SPINBOX WIDGETSTACK LAYOUT
-Name: QInputDialog
+Name: TQInputDialog
SeeAlso: ???
Feature: ERRORMESSAGE
diff --git a/src/tools/tqgpluginmanager_p.h b/src/tools/tqgpluginmanager_p.h
index 069b7e27a..7b713990c 100644
--- a/src/tools/tqgpluginmanager_p.h
+++ b/src/tools/tqgpluginmanager_p.h
@@ -41,7 +41,7 @@
#ifndef QT_H
#include "tqdict.h"
-#include "ntqlibrary.h"
+#include "tqlibrary.h"
#include "ntquuid.h"
#include "tqstringlist.h"
#include "qcom_p.h"
diff --git a/src/tools/qlibrary.cpp b/src/tools/tqlibrary.cpp
index 6b586fcdf..05ceee649 100644
--- a/src/tools/qlibrary.cpp
+++ b/src/tools/tqlibrary.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "qplatformdefs.h"
-#include <private/qlibrary_p.h>
+#include <private/tqlibrary_p.h>
#include <tqstringlist.h>
#include <tqfile.h>
@@ -69,7 +69,7 @@ TQLibraryPrivate::TQLibraryPrivate( TQLibrary *lib )
/*!
- \class TQLibrary ntqlibrary.h
+ \class TQLibrary tqlibrary.h
\reentrant
\brief The TQLibrary class provides a wrapper for handling shared libraries.
diff --git a/src/tools/ntqlibrary.h b/src/tools/tqlibrary.h
index d8b5f4ba5..d8b5f4ba5 100644
--- a/src/tools/ntqlibrary.h
+++ b/src/tools/tqlibrary.h
diff --git a/src/tools/qlibrary_p.h b/src/tools/tqlibrary_p.h
index 0a687b1ca..1ae03c601 100644
--- a/src/tools/qlibrary_p.h
+++ b/src/tools/tqlibrary_p.h
@@ -53,7 +53,7 @@
//
//
-#include "ntqlibrary.h"
+#include "tqlibrary.h"
#ifndef TQT_NO_LIBRARY
diff --git a/src/tools/qlibrary_unix.cpp b/src/tools/tqlibrary_unix.cpp
index 8c08772ac..c541625d9 100644
--- a/src/tools/qlibrary_unix.cpp
+++ b/src/tools/tqlibrary_unix.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "qplatformdefs.h"
-#include "private/qlibrary_p.h"
+#include "private/tqlibrary_p.h"
#ifndef TQT_NO_LIBRARY
diff --git a/src/tools/tqsettings.cpp b/src/tools/tqsettings.cpp
index a2ef55da7..18638b571 100644
--- a/src/tools/tqsettings.cpp
+++ b/src/tools/tqsettings.cpp
@@ -448,7 +448,7 @@ void TQSettingsHeading::parseLine(TQTextStream &stream)
#ifdef TQ_WS_WIN // for homedirpath reading from registry
#include "qt_windows.h"
-#include "ntqlibrary.h"
+#include "tqlibrary.h"
#ifndef CSIDL_APPDATA
#define CSIDL_APPDATA 0x001a // <user name>\Application Data