summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
commit1702a6daff27f5d3e6fdac16962d1828df6ca270 (patch)
treeb451256c2cc2e22e895251bac6ec1e4bdfd40e09 /tools
parent5fffa30386502b5423e45c2ed5e6af756b11c7b4 (diff)
downloadtqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.tar.gz
tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.zip
Rename nt* dom and xml related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools')
-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
-rw-r--r--tools/designer/designer/customwidgeteditorimpl.cpp2
-rw-r--r--tools/designer/designer/project.cpp2
-rw-r--r--tools/designer/designer/propertyeditor.cpp2
-rw-r--r--tools/designer/designer/resource.cpp2
-rw-r--r--tools/designer/plugins/dlg/dlg2ui.h2
-rw-r--r--tools/designer/plugins/glade/glade2ui.h2
-rw-r--r--tools/designer/shared/domtool.cpp2
-rw-r--r--tools/designer/shared/ui2uib.cpp2
-rw-r--r--tools/designer/uic/uic.h2
-rw-r--r--tools/designer/uilib/qwidgetfactory.cpp2
-rw-r--r--tools/linguist/linguist/phrase.cpp2
-rw-r--r--tools/linguist/lupdate/fetchtr.cpp2
-rw-r--r--tools/linguist/shared/metatranslator.cpp2
17 files changed, 17 insertions, 17 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>
diff --git a/tools/designer/designer/customwidgeteditorimpl.cpp b/tools/designer/designer/customwidgeteditorimpl.cpp
index 13524966c..e3726e1d6 100644
--- a/tools/designer/designer/customwidgeteditorimpl.cpp
+++ b/tools/designer/designer/customwidgeteditorimpl.cpp
@@ -54,7 +54,7 @@
#include <ntqlistview.h>
#include <ntqfile.h>
#include <ntqtextstream.h>
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqtextcodec.h>
#include <ntqcheckbox.h>
diff --git a/tools/designer/designer/project.cpp b/tools/designer/designer/project.cpp
index aa066d177..bfce2297d 100644
--- a/tools/designer/designer/project.cpp
+++ b/tools/designer/designer/project.cpp
@@ -49,7 +49,7 @@
#include <tqobjectlist.h>
#include <ntqfeatures.h>
#include <ntqtextcodec.h>
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqmessagebox.h>
#include <ntqapplication.h>
#include "mainwindow.h"
diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp
index bb4a94837..2c414d9a3 100644
--- a/tools/designer/designer/propertyeditor.cpp
+++ b/tools/designer/designer/propertyeditor.cpp
@@ -79,7 +79,7 @@
#include <ntqworkspace.h>
#include <ntqtimer.h>
#include <ntqdragobject.h>
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqprocess.h>
#include <ntqstyle.h>
#include <ntqdatetimeedit.h>
diff --git a/tools/designer/designer/resource.cpp b/tools/designer/designer/resource.cpp
index 2244f2f86..41ea252e1 100644
--- a/tools/designer/designer/resource.cpp
+++ b/tools/designer/designer/resource.cpp
@@ -55,7 +55,7 @@
#include <ntqbuffer.h>
#include <ntqcombobox.h>
#include <ntqdatetime.h>
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqfeatures.h>
#include <ntqfile.h>
#include <ntqheader.h>
diff --git a/tools/designer/plugins/dlg/dlg2ui.h b/tools/designer/plugins/dlg/dlg2ui.h
index 73150f77f..e06ade624 100644
--- a/tools/designer/plugins/dlg/dlg2ui.h
+++ b/tools/designer/plugins/dlg/dlg2ui.h
@@ -35,7 +35,7 @@
#ifndef DLG2UI_H
#define DLG2UI_H
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqmap.h>
#include <ntqstring.h>
#include <ntqvariant.h>
diff --git a/tools/designer/plugins/glade/glade2ui.h b/tools/designer/plugins/glade/glade2ui.h
index c0caf428d..e8c46caf6 100644
--- a/tools/designer/plugins/glade/glade2ui.h
+++ b/tools/designer/plugins/glade/glade2ui.h
@@ -35,7 +35,7 @@
#ifndef GLADE2UI_H
#define GLADE2UI_H
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqmap.h>
#include <ntqstring.h>
#include <ntqvariant.h>
diff --git a/tools/designer/shared/domtool.cpp b/tools/designer/shared/domtool.cpp
index 499ee562f..a9c5d95c3 100644
--- a/tools/designer/shared/domtool.cpp
+++ b/tools/designer/shared/domtool.cpp
@@ -40,7 +40,7 @@
#include <ntqrect.h>
#include <ntqsize.h>
#include <ntqfont.h>
-#include <ntqdom.h>
+#include <tqdom.h>
/*!
\class DomTool domtool.h
diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp
index 9aae425cb..dd9410696 100644
--- a/tools/designer/shared/ui2uib.cpp
+++ b/tools/designer/shared/ui2uib.cpp
@@ -39,7 +39,7 @@
#include <ntqcolor.h>
#include <ntqcursor.h>
#include <ntqdatetime.h>
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqfile.h>
#include <ntqfont.h>
#include <tqobject.h>
diff --git a/tools/designer/uic/uic.h b/tools/designer/uic/uic.h
index f7e62f6e2..e0face7fd 100644
--- a/tools/designer/uic/uic.h
+++ b/tools/designer/uic/uic.h
@@ -33,7 +33,7 @@
#ifndef UIC_H
#define UIC_H
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqstring.h>
#include <ntqstringlist.h>
#include <ntqmap.h>
diff --git a/tools/designer/uilib/qwidgetfactory.cpp b/tools/designer/uilib/qwidgetfactory.cpp
index 8f0fc999e..1108655b2 100644
--- a/tools/designer/uilib/qwidgetfactory.cpp
+++ b/tools/designer/uilib/qwidgetfactory.cpp
@@ -38,7 +38,7 @@
#include <ntqfeatures.h>
#include "../designer/database2.h"
-#include <ntqdom.h>
+#include <tqdom.h>
#include <ntqdir.h>
#include <ntqlayout.h>
#include <ntqmetaobject.h>
diff --git a/tools/linguist/linguist/phrase.cpp b/tools/linguist/linguist/phrase.cpp
index 0a93e89b8..604187f34 100644
--- a/tools/linguist/linguist/phrase.cpp
+++ b/tools/linguist/linguist/phrase.cpp
@@ -39,7 +39,7 @@
#include <ntqmessagebox.h>
#include <ntqregexp.h>
#include <ntqtextstream.h>
-#include <ntqxml.h>
+#include <tqxml.h>
static TQString protect( const TQString& str )
{
diff --git a/tools/linguist/lupdate/fetchtr.cpp b/tools/linguist/lupdate/fetchtr.cpp
index c5ed953b0..150073f4a 100644
--- a/tools/linguist/lupdate/fetchtr.cpp
+++ b/tools/linguist/lupdate/fetchtr.cpp
@@ -38,7 +38,7 @@
#include <ntqstring.h>
#include <ntqtextstream.h>
#include <ntqvaluestack.h>
-#include <ntqxml.h>
+#include <tqxml.h>
#include <ctype.h>
#include <errno.h>
diff --git a/tools/linguist/shared/metatranslator.cpp b/tools/linguist/shared/metatranslator.cpp
index 3ea91f2cb..73e435d0a 100644
--- a/tools/linguist/shared/metatranslator.cpp
+++ b/tools/linguist/shared/metatranslator.cpp
@@ -39,7 +39,7 @@
#include <ntqmessagebox.h>
#include <ntqtextcodec.h>
#include <ntqtextstream.h>
-#include <ntqxml.h>
+#include <tqxml.h>
static bool encodingIsUtf8( const TQXmlAttributes& atts )
{