summaryrefslogtreecommitdiffstats
path: root/pyuic2/widgetdatabase.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-02 14:11:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-02 14:11:34 -0600
commited5b57040a2add0633ab20089a1f451898e633e2 (patch)
tree97c683fb257ad81498c3acea893a2a9778e0f478 /pyuic2/widgetdatabase.cpp
parent752274609034af8c68c46d19bed586ea6ae348b8 (diff)
downloadpytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz
pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip
Use tq includes instead of native q includes
Diffstat (limited to 'pyuic2/widgetdatabase.cpp')
-rw-r--r--pyuic2/widgetdatabase.cpp12
1 files changed, 6 insertions, 6 deletions
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;