summaryrefslogtreecommitdiffstats
path: root/pyuic2/widgetdatabase.cpp
diff options
context:
space:
mode:
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;