summaryrefslogtreecommitdiffstats
path: root/pyuic3
diff options
context:
space:
mode:
Diffstat (limited to 'pyuic3')
-rw-r--r--pyuic3/domtool.cpp16
-rw-r--r--pyuic3/domtool.h4
-rw-r--r--pyuic3/embed.cpp10
-rw-r--r--pyuic3/form.cpp8
-rw-r--r--pyuic3/globaldefs.h4
-rw-r--r--pyuic3/main.cpp10
-rw-r--r--pyuic3/object.cpp6
-rw-r--r--pyuic3/parser.cpp4
-rw-r--r--pyuic3/parser.h2
-rw-r--r--pyuic3/subclassing.cpp8
-rw-r--r--pyuic3/uic.cpp8
-rw-r--r--pyuic3/uic.h14
-rw-r--r--pyuic3/widgetdatabase.cpp14
-rw-r--r--pyuic3/widgetdatabase.h4
14 files changed, 56 insertions, 56 deletions
diff --git a/pyuic3/domtool.cpp b/pyuic3/domtool.cpp
index 37f7f0f..74d024f 100644
--- a/pyuic3/domtool.cpp
+++ b/pyuic3/domtool.cpp
@@ -20,14 +20,14 @@
#include "domtool.h"
-#include <qsizepolicy.h>
-#include <qcolor.h>
-#include <qcursor.h>
-#include <qdatetime.h>
-#include <qrect.h>
-#include <qsize.h>
-#include <qfont.h>
-#include <qdom.h>
+#include <tqsizepolicy.h>
+#include <tqcolor.h>
+#include <tqcursor.h>
+#include <tqdatetime.h>
+#include <tqrect.h>
+#include <tqsize.h>
+#include <tqfont.h>
+#include <tqdom.h>
/*!
\class DomTool domtool.h
diff --git a/pyuic3/domtool.h b/pyuic3/domtool.h
index c9647ed..87fbaf6 100644
--- a/pyuic3/domtool.h
+++ b/pyuic3/domtool.h
@@ -21,8 +21,8 @@
#ifndef DOMTOOL_H
#define DOMTOOL_H
-#include <qvariant.h>
-#include <qnamespace.h>
+#include <tqvariant.h>
+#include <tqnamespace.h>
class TQDomElement;
class TQDomDocument;
diff --git a/pyuic3/embed.cpp b/pyuic3/embed.cpp
index 824cca8..3e54d83 100644
--- a/pyuic3/embed.cpp
+++ b/pyuic3/embed.cpp
@@ -21,11 +21,11 @@
**********************************************************************/
#include "uic.h"
-#include <qfile.h>
-#include <qimage.h>
-#include <qstringlist.h>
-#include <qdatetime.h>
-#include <qfileinfo.h>
+#include <tqfile.h>
+#include <tqimage.h>
+#include <tqstringlist.h>
+#include <tqdatetime.h>
+#include <tqfileinfo.h>
#include <stdio.h>
#include <ctype.h>
diff --git a/pyuic3/form.cpp b/pyuic3/form.cpp
index 427aa66..6aa5aa5 100644
--- a/pyuic3/form.cpp
+++ b/pyuic3/form.cpp
@@ -23,10 +23,10 @@
#include "parser.h"
#include "widgetdatabase.h"
#include "domtool.h"
-#include <qstringlist.h>
-#include <qfile.h>
-#include <qfileinfo.h>
-#include <qregexp.h>
+#include <tqstringlist.h>
+#include <tqfile.h>
+#include <tqfileinfo.h>
+#include <tqregexp.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
diff --git a/pyuic3/globaldefs.h b/pyuic3/globaldefs.h
index 65f5974..0035612 100644
--- a/pyuic3/globaldefs.h
+++ b/pyuic3/globaldefs.h
@@ -21,8 +21,8 @@
#ifndef GLOBALDEFS_H
#define GLOBALDEFS_H
-#include <qcolor.h>
-#include <qapplication.h>
+#include <tqcolor.h>
+#include <tqapplication.h>
#define BOXLAYOUT_DEFAULT_MARGIN 11
#define BOXLAYOUT_DEFAULT_SPACING 6
diff --git a/pyuic3/main.cpp b/pyuic3/main.cpp
index 2cd8e5b..6049a70 100644
--- a/pyuic3/main.cpp
+++ b/pyuic3/main.cpp
@@ -23,13 +23,13 @@
#include "parser.h"
#include "widgetdatabase.h"
#include "domtool.h"
-#include <qapplication.h>
-#include <qfile.h>
-#include <qstringlist.h>
-#include <qdatetime.h>
+#include <tqapplication.h>
+#include <tqfile.h>
+#include <tqstringlist.h>
+#include <tqdatetime.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <qregexp.h>
+#include <tqregexp.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/pyuic3/object.cpp b/pyuic3/object.cpp
index b507d9f..b4c443b 100644
--- a/pyuic3/object.cpp
+++ b/pyuic3/object.cpp
@@ -21,9 +21,9 @@
#include "uic.h"
#include "parser.h"
#include "domtool.h"
-#include <qregexp.h>
-#include <qsizepolicy.h>
-#include <qstringlist.h>
+#include <tqregexp.h>
+#include <tqsizepolicy.h>
+#include <tqstringlist.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
diff --git a/pyuic3/parser.cpp b/pyuic3/parser.cpp
index a4def26..85446fa 100644
--- a/pyuic3/parser.cpp
+++ b/pyuic3/parser.cpp
@@ -19,8 +19,8 @@
**********************************************************************/
#include "parser.h"
-#include <qobject.h>
-#include <qstringlist.h>
+#include <tqobject.h>
+#include <tqstringlist.h>
class NormalizeObject : public TQObject
{
diff --git a/pyuic3/parser.h b/pyuic3/parser.h
index db07ea2..5fdbdc2 100644
--- a/pyuic3/parser.h
+++ b/pyuic3/parser.h
@@ -21,7 +21,7 @@
#ifndef PARSER_H
#define PARSER_H
-#include <qstring.h>
+#include <tqstring.h>
class Parser
{
diff --git a/pyuic3/subclassing.cpp b/pyuic3/subclassing.cpp
index 2d71cdd..143a27a 100644
--- a/pyuic3/subclassing.cpp
+++ b/pyuic3/subclassing.cpp
@@ -22,12 +22,12 @@
#include "parser.h"
#include "widgetdatabase.h"
#include "domtool.h"
-#include <qfile.h>
-#include <qstringlist.h>
-#include <qdatetime.h>
+#include <tqfile.h>
+#include <tqstringlist.h>
+#include <tqdatetime.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <qregexp.h>
+#include <tqregexp.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/pyuic3/uic.cpp b/pyuic3/uic.cpp
index f227ccd..6189639 100644
--- a/pyuic3/uic.cpp
+++ b/pyuic3/uic.cpp
@@ -23,12 +23,12 @@
#include "parser.h"
#include "widgetdatabase.h"
#include "domtool.h"
-#include <qfile.h>
-#include <qstringlist.h>
-#include <qdatetime.h>
+#include <tqfile.h>
+#include <tqstringlist.h>
+#include <tqdatetime.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <qregexp.h>
+#include <tqregexp.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/pyuic3/uic.h b/pyuic3/uic.h
index 710d6e2..12f704a 100644
--- a/pyuic3/uic.h
+++ b/pyuic3/uic.h
@@ -21,13 +21,13 @@
#ifndef UIC_H
#define UIC_H
-#include <qdom.h>
-#include <qstring.h>
-#include <qstringlist.h>
-#include <qmap.h>
-#include <qtextstream.h>
-#include <qpalette.h>
-#include <qvariant.h>
+#include <tqdom.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
+#include <tqmap.h>
+#include <tqtextstream.h>
+#include <tqpalette.h>
+#include <tqvariant.h>
#define PYQT_VERSION "3.18.1"
diff --git a/pyuic3/widgetdatabase.cpp b/pyuic3/widgetdatabase.cpp
index 4eb7914..198a41b 100644
--- a/pyuic3/widgetdatabase.cpp
+++ b/pyuic3/widgetdatabase.cpp
@@ -27,15 +27,15 @@
#include "widgetdatabase.h"
#include "widgetinterface.h"
-#include <qapplication.h>
+#include <tqapplication.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <qstrlist.h>
-#include <qdict.h>
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qcleanuphandler.h>
-#include <qfeatures.h>
+#include <tqstrlist.h>
+#include <tqdict.h>
+#include <tqfile.h>
+#include <tqtextstream.h>
+#include <tqcleanuphandler.h>
+#include <tqfeatures.h>
#include <stdlib.h>
diff --git a/pyuic3/widgetdatabase.h b/pyuic3/widgetdatabase.h
index 10685ad..18b63af 100644
--- a/pyuic3/widgetdatabase.h
+++ b/pyuic3/widgetdatabase.h
@@ -27,8 +27,8 @@
#ifndef WIDGETDATABASE_H
#define WIDGETDATABASE_H
-#include <qiconset.h>
-#include <qstring.h>
+#include <tqiconset.h>
+#include <tqstring.h>
#include "widgetinterface.h" // up here for GCC 2.7.* compatibility
#include <private/qpluginmanager_p.h>