summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-25 15:36:25 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /tools/assistant/lib
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt3-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 <[email protected]>
Diffstat (limited to 'tools/assistant/lib')
-rw-r--r--tools/assistant/lib/lib.pro4
-rw-r--r--tools/assistant/lib/tqassistantclient.cpp (renamed from tools/assistant/lib/qassistantclient.cpp)4
-rw-r--r--tools/assistant/lib/tqassistantclient.h (renamed from tools/assistant/lib/ntqassistantclient.h)0
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro
index 983418234..28dfce5a2 100644
--- a/tools/assistant/lib/lib.pro
+++ b/tools/assistant/lib/lib.pro
@@ -5,8 +5,8 @@ VERSION = 1.0
CONFIG += qt warn_on release
CONFIG += dll
-SOURCES = qassistantclient.cpp
-HEADERS += $$QT_SOURCE_TREE/include/ntqassistantclient.h
+SOURCES = tqassistantclient.cpp
+HEADERS += $$QT_SOURCE_TREE/include/tqassistantclient.h
DEFINES += QT_INTERNAL_NETWORK
diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/tqassistantclient.cpp
index 48cbfa84b..d252a4438 100644
--- a/tools/assistant/lib/qassistantclient.cpp
+++ b/tools/assistant/lib/tqassistantclient.cpp
@@ -31,7 +31,7 @@
**
**********************************************************************/
-#include "ntqassistantclient.h"
+#include "tqassistantclient.h"
#include <tqsocket.h>
#include <tqtextstream.h>
@@ -85,7 +85,7 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre
This class is not included in the TQt library itself. To use it you
must link against \c libtqassistantclient.a (Unix) or \c
- qassistantclient.lib (Windows), which is built into \c INSTALL/lib
+ tqassistantclient.lib (Windows), which is built into \c INSTALL/lib
if you built the TQt tools (\c INSTALL is the directory where TQt is
installed). If you use qmake, then you can simply add the following
line to your pro file:
diff --git a/tools/assistant/lib/ntqassistantclient.h b/tools/assistant/lib/tqassistantclient.h
index 17796431c..17796431c 100644
--- a/tools/assistant/lib/ntqassistantclient.h
+++ b/tools/assistant/lib/tqassistantclient.h