summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/finddialog.ui2
-rw-r--r--tools/assistant/helpdialogimpl.cpp4
-rw-r--r--tools/assistant/helpwindow.cpp4
-rw-r--r--tools/assistant/helpwindow.h2
-rw-r--r--tools/assistant/lib/qassistantclient.cpp2
-rw-r--r--tools/assistant/main.cpp2
-rw-r--r--tools/assistant/mainwindow.ui2
-rw-r--r--tools/assistant/profile.cpp2
8 files changed, 10 insertions, 10 deletions
diff --git a/tools/assistant/finddialog.ui b/tools/assistant/finddialog.ui
index 160bb043d..ed4bf64d0 100644
--- a/tools/assistant/finddialog.ui
+++ b/tools/assistant/finddialog.ui
@@ -249,7 +249,7 @@
</tabstops>
<includes>
<include location="global" impldecl="in implementation">ntqstatusbar.h</include>
- <include location="global" impldecl="in implementation">ntqtextbrowser.h</include>
+ <include location="global" impldecl="in implementation">tqtextbrowser.h</include>
<include location="local" impldecl="in implementation">mainwindow.h</include>
<include location="local" impldecl="in implementation">tabbedbrowser.h</include>
<include location="local" impldecl="in implementation">finddialog.ui.h</include>
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp
index 0e8623b9e..ab02f2a19 100644
--- a/tools/assistant/helpdialogimpl.cpp
+++ b/tools/assistant/helpdialogimpl.cpp
@@ -59,8 +59,8 @@
#include <ntqsettings.h>
#include <ntqstatusbar.h>
#include <ntqtabwidget.h>
-#include <ntqtextbrowser.h>
-#include <ntqtextstream.h>
+#include <tqtextbrowser.h>
+#include <tqtextstream.h>
#include <ntqtimer.h>
#include <ntqurl.h>
#include <ntqvalidator.h>
diff --git a/tools/assistant/helpwindow.cpp b/tools/assistant/helpwindow.cpp
index 175bc577b..349f8a4dc 100644
--- a/tools/assistant/helpwindow.cpp
+++ b/tools/assistant/helpwindow.cpp
@@ -48,8 +48,8 @@
#include <ntqaction.h>
#include <ntqfileinfo.h>
#include <ntqevent.h>
-#include <ntqtextstream.h>
-#include <ntqtextcodec.h>
+#include <tqtextstream.h>
+#include <tqtextcodec.h>
#if defined(Q_OS_WIN32)
#include <windows.h>
diff --git a/tools/assistant/helpwindow.h b/tools/assistant/helpwindow.h
index 8ec8f04a6..85cfad901 100644
--- a/tools/assistant/helpwindow.h
+++ b/tools/assistant/helpwindow.h
@@ -34,7 +34,7 @@
#ifndef HELPWINDOW_H
#define HELPWINDOW_H
-#include <ntqtextbrowser.h>
+#include <tqtextbrowser.h>
class MainWindow;
class TQKeyEvent;
diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/qassistantclient.cpp
index 56eda22e5..87ba3bef3 100644
--- a/tools/assistant/lib/qassistantclient.cpp
+++ b/tools/assistant/lib/qassistantclient.cpp
@@ -34,7 +34,7 @@
#include "ntqassistantclient.h"
#include <ntqsocket.h>
-#include <ntqtextstream.h>
+#include <tqtextstream.h>
#include <ntqprocess.h>
#include <ntqtimer.h>
#include <ntqfileinfo.h>
diff --git a/tools/assistant/main.cpp b/tools/assistant/main.cpp
index 22bcedd66..df6039695 100644
--- a/tools/assistant/main.cpp
+++ b/tools/assistant/main.cpp
@@ -46,7 +46,7 @@
#include <ntqguardedptr.h>
#include <stdlib.h>
#include <stdio.h>
-#include <ntqtextcodec.h>
+#include <tqtextcodec.h>
#ifdef TQ_WS_WIN
#define INDEX_CHECK( text ) if( i+1 >= argc ) { TQMessageBox::information( 0, "TQt Assistant", text ); return 1; }
diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui
index bb06b0044..6461c640e 100644
--- a/tools/assistant/mainwindow.ui
+++ b/tools/assistant/mainwindow.ui
@@ -579,7 +579,7 @@
<include location="global" impldecl="in implementation">ntqpaintdevicemetrics.h</include>
<include location="global" impldecl="in implementation">ntqsimplerichtext.h</include>
<include location="global" impldecl="in implementation">ntqfileinfo.h</include>
- <include location="global" impldecl="in implementation">ntqtextstream.h</include>
+ <include location="global" impldecl="in implementation">tqtextstream.h</include>
<include location="global" impldecl="in implementation">ntqdockwindow.h</include>
<include location="global" impldecl="in implementation">stdlib.h</include>
<include location="global" impldecl="in implementation">ntqmime.h</include>
diff --git a/tools/assistant/profile.cpp b/tools/assistant/profile.cpp
index 12a787b3d..37cf3576f 100644
--- a/tools/assistant/profile.cpp
+++ b/tools/assistant/profile.cpp
@@ -32,7 +32,7 @@
**********************************************************************/
#include "profile.h"
#include <tqxml.h>
-#include <ntqtextcodec.h>
+#include <tqtextcodec.h>
#include <ntqfileinfo.h>
#include <ntqregexp.h>
#include <ntqdir.h>