diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-02 14:11:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-02 14:11:34 -0600 |
commit | ed5b57040a2add0633ab20089a1f451898e633e2 (patch) | |
tree | 97c683fb257ad81498c3acea893a2a9778e0f478 /pyuic2 | |
parent | 752274609034af8c68c46d19bed586ea6ae348b8 (diff) | |
download | pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip |
Use tq includes instead of native q includes
Diffstat (limited to 'pyuic2')
-rw-r--r-- | pyuic2/domtool.cpp | 12 | ||||
-rw-r--r-- | pyuic2/domtool.h | 6 | ||||
-rw-r--r-- | pyuic2/globaldefs.h | 2 | ||||
-rw-r--r-- | pyuic2/uic.cpp | 14 | ||||
-rw-r--r-- | pyuic2/uic.h | 14 | ||||
-rw-r--r-- | pyuic2/widgetdatabase.cpp | 12 | ||||
-rw-r--r-- | pyuic2/widgetdatabase.h | 6 |
7 files changed, 33 insertions, 33 deletions
diff --git a/pyuic2/domtool.cpp b/pyuic2/domtool.cpp index 605af27..108844e 100644 --- a/pyuic2/domtool.cpp +++ b/pyuic2/domtool.cpp @@ -21,12 +21,12 @@ #include "domtool.h" -#include <qsizepolicy.h> -#include <qpalette.h> -#include <qcursor.h> -#include <qrect.h> -#include <qsize.h> -#include <qfont.h> +#include <tqsizepolicy.h> +#include <tqpalette.h> +#include <tqcursor.h> +#include <tqrect.h> +#include <tqsize.h> +#include <tqfont.h> /*! diff --git a/pyuic2/domtool.h b/pyuic2/domtool.h index 434729b..b3f833c 100644 --- a/pyuic2/domtool.h +++ b/pyuic2/domtool.h @@ -19,9 +19,9 @@ #ifndef DOMTOOL_H #define DOMTOOL_H -#include <qnamespace.h> -#include <qvariant.h> -#include <qdom.h> +#include <tqnamespace.h> +#include <tqvariant.h> +#include <tqdom.h> class DomTool : public TQt diff --git a/pyuic2/globaldefs.h b/pyuic2/globaldefs.h index de3bce1..a5fa077 100644 --- a/pyuic2/globaldefs.h +++ b/pyuic2/globaldefs.h @@ -21,7 +21,7 @@ #ifndef GLOBALDEFS_H #define GLOBALDEFS_H -#include <qcolor.h> +#include <tqcolor.h> #define BOXLAYOUT_DEFAULT_MARGIN 11 #define BOXLAYOUT_DEFAULT_SPACING 6 diff --git a/pyuic2/uic.cpp b/pyuic2/uic.cpp index 2f445e5..0ec57e6 100644 --- a/pyuic2/uic.cpp +++ b/pyuic2/uic.cpp @@ -18,18 +18,18 @@ **********************************************************************/ #include "uic.h" -#include <qapplication.h> -#include <qfile.h> -#include <qfileinfo.h> +#include <tqapplication.h> +#include <tqfile.h> +#include <tqfileinfo.h> #include <stdio.h> #include <stdlib.h> -#include <qstringlist.h> -#include <qstrlist.h> -#include <qdatetime.h> +#include <tqstringlist.h> +#include <tqstrlist.h> +#include <tqdatetime.h> #include <widgetdatabase.h> #include <domtool.h> #include <globaldefs.h> -#include <qregexp.h> +#include <tqregexp.h> #include <zlib.h> static TQString mkBool( bool b ) diff --git a/pyuic2/uic.h b/pyuic2/uic.h index 9ac4851..5560581 100644 --- a/pyuic2/uic.h +++ b/pyuic2/uic.h @@ -19,13 +19,13 @@ #ifndef UIC_H #define UIC_H -#include <qnamespace.h> -#include <qdom.h> -#include <qstring.h> -#include <qstringlist.h> -#include <qmap.h> -#include <qtextstream.h> -#include <qcolor.h> +#include <tqnamespace.h> +#include <tqdom.h> +#include <tqstring.h> +#include <tqstringlist.h> +#include <tqmap.h> +#include <tqtextstream.h> +#include <tqcolor.h> #define PYQT_VERSION "3.18.1" diff --git a/pyuic2/widgetdatabase.cpp b/pyuic2/widgetdatabase.cpp index 8016ac2..bed387b 100644 --- a/pyuic2/widgetdatabase.cpp +++ b/pyuic2/widgetdatabase.cpp @@ -18,7 +18,7 @@ ** **********************************************************************/ -#include <qvariant.h> // HP-UX compiler needs this here +#include <tqvariant.h> // HP-UX compiler needs this here #include "widgetdatabase.h" @@ -30,12 +30,12 @@ //#include "../integration/kdevelop/kdewidgets.h" #include <globaldefs.h> -#include <qstrlist.h> -#include <qdict.h> -#include <qfile.h> -#include <qtextstream.h> +#include <tqstrlist.h> +#include <tqdict.h> +#include <tqfile.h> +#include <tqtextstream.h> -#include <qmodules.h> +#include <tqmodules.h> const int dbsize = 300; const int dbcustom = 200; diff --git a/pyuic2/widgetdatabase.h b/pyuic2/widgetdatabase.h index 80f86cd..9a44919 100644 --- a/pyuic2/widgetdatabase.h +++ b/pyuic2/widgetdatabase.h @@ -21,9 +21,9 @@ #ifndef WIDGETDATABASE_H #define WIDGETDATABASE_H -#include <qiconset.h> -#include <qstring.h> -#include <qstringlist.h> +#include <tqiconset.h> +#include <tqstring.h> +#include <tqstringlist.h> struct WidgetDatabaseRecord { |