diff options
author | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
commit | ed5b57040a2add0633ab20089a1f451898e633e2 (patch) | |
tree | 97c683fb257ad81498c3acea893a2a9778e0f478 /pyuic2/uic.cpp | |
parent | 752274609034af8c68c46d19bed586ea6ae348b8 (diff) | |
download | pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip |
Use tq includes instead of native q includes
Diffstat (limited to 'pyuic2/uic.cpp')
-rw-r--r-- | pyuic2/uic.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
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 ) |