summaryrefslogtreecommitdiffstats
path: root/puic/widgetdatabase.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-22 10:48:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-22 10:48:49 -0600
commitd4cd5921a7b9fefabc4b1d0c914af233384d7890 (patch)
tree894a7ceca2c8b6b80827c588595150359d8a3c38 /puic/widgetdatabase.cpp
parent3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff)
downloadlibtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz
libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip
Convert to build under tqt3
Diffstat (limited to 'puic/widgetdatabase.cpp')
-rw-r--r--puic/widgetdatabase.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/puic/widgetdatabase.cpp b/puic/widgetdatabase.cpp
index 99b59d6..e5a0abd 100644
--- a/puic/widgetdatabase.cpp
+++ b/puic/widgetdatabase.cpp
@@ -27,15 +27,15 @@
#include "widgetdatabase.h"
#include "widgetinterface.h"
-#include <qapplication.h>
+#include <ntqapplication.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 <ntqstrlist.h>
+#include <ntqdict.h>
+#include <ntqfile.h>
+#include <ntqtextstream.h>
+#include <ntqcleanuphandler.h>
+#include <ntqfeatures.h>
#include <stdlib.h>