summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /tools/assistant
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt-0917fbb5.tar.gz
tqt-0917fbb5.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 'tools/assistant')
-rw-r--r--tools/assistant/helpdialogimpl.cpp4
-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
-rw-r--r--tools/assistant/mainwindow.ui2
-rw-r--r--tools/assistant/mainwindow.ui.h4
6 files changed, 9 insertions, 9 deletions
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp
index f1bce7bea..f805d525b 100644
--- a/tools/assistant/helpdialogimpl.cpp
+++ b/tools/assistant/helpdialogimpl.cpp
@@ -39,9 +39,9 @@
#include "config.h"
#include "tabbedbrowser.h"
-#include <ntqaccel.h>
+#include <tqaccel.h>
#include <ntqapplication.h>
-#include <ntqcursor.h>
+#include <tqcursor.h>
#include <tqdir.h>
#include <tqeventloop.h>
#include <tqfile.h>
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
diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui
index 0c6fc0b0f..703c8afc5 100644
--- a/tools/assistant/mainwindow.ui
+++ b/tools/assistant/mainwindow.ui
@@ -574,7 +574,7 @@
<include location="local" impldecl="in implementation">settingsdialogimpl.h</include>
<include location="global" impldecl="in implementation">ntqmessagebox.h</include>
<include location="global" impldecl="in implementation">tqfontdatabase.h</include>
- <include location="global" impldecl="in implementation">ntqaccel.h</include>
+ <include location="global" impldecl="in implementation">tqaccel.h</include>
<include location="global" impldecl="in implementation">tqcombobox.h</include>
<include location="global" impldecl="in implementation">tqpaintdevicemetrics.h</include>
<include location="global" impldecl="in implementation">tqsimplerichtext.h</include>
diff --git a/tools/assistant/mainwindow.ui.h b/tools/assistant/mainwindow.ui.h
index 16089d7f5..779c1e426 100644
--- a/tools/assistant/mainwindow.ui.h
+++ b/tools/assistant/mainwindow.ui.h
@@ -35,12 +35,12 @@
#include <tqtabwidget.h>
#include <tqfileinfo.h>
-#include <ntqaccel.h>
+#include <tqaccel.h>
#include <tqobjectlist.h>
#include <tqtimer.h>
#include <tqdragobject.h>
#include <tqfontinfo.h>
-#include <ntqaccel.h>
+#include <tqaccel.h>
#include <ntqmetaobject.h>
#include <tqeventloop.h>