summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/config.cpp2
-rw-r--r--tools/assistant/docuparser.cpp2
-rw-r--r--tools/assistant/docuparser.h2
-rw-r--r--tools/assistant/profile.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/assistant/config.cpp b/tools/assistant/config.cpp
index 4bdc7f38b..1f396f908 100644
--- a/tools/assistant/config.cpp
+++ b/tools/assistant/config.cpp
@@ -40,7 +40,7 @@
#include <ntqfile.h>
#include <ntqfileinfo.h>
#include <ntqsettings.h>
-#include <ntqxml.h>
+#include <tqxml.h>
static Config *static_configuration = 0;
diff --git a/tools/assistant/docuparser.cpp b/tools/assistant/docuparser.cpp
index c819b766d..f288e4320 100644
--- a/tools/assistant/docuparser.cpp
+++ b/tools/assistant/docuparser.cpp
@@ -39,7 +39,7 @@
#include <ntqfileinfo.h>
#include <ntqregexp.h>
#include <ntqstring.h>
-#include <ntqxml.h>
+#include <tqxml.h>
TQDataStream &operator>>( TQDataStream &s, ContentItem &ci )
{
diff --git a/tools/assistant/docuparser.h b/tools/assistant/docuparser.h
index bb8fd3223..f120f05be 100644
--- a/tools/assistant/docuparser.h
+++ b/tools/assistant/docuparser.h
@@ -34,7 +34,7 @@
#ifndef DOCUPARSER_H
#define DOCUPARSER_H
-#include <ntqxml.h>
+#include <tqxml.h>
#include <ntqptrlist.h>
#include <ntqmap.h>
diff --git a/tools/assistant/profile.cpp b/tools/assistant/profile.cpp
index d7634646e..12a787b3d 100644
--- a/tools/assistant/profile.cpp
+++ b/tools/assistant/profile.cpp
@@ -31,7 +31,7 @@
**
**********************************************************************/
#include "profile.h"
-#include <ntqxml.h>
+#include <tqxml.h>
#include <ntqtextcodec.h>
#include <ntqfileinfo.h>
#include <ntqregexp.h>