summaryrefslogtreecommitdiffstats
path: root/PerlTQt
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 /PerlTQt
parent3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff)
downloadlibtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz
libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip
Convert to build under tqt3
Diffstat (limited to 'PerlTQt')
-rw-r--r--PerlTQt/TQt.xs8
-rw-r--r--PerlTQt/handlers.cpp30
2 files changed, 19 insertions, 19 deletions
diff --git a/PerlTQt/TQt.xs b/PerlTQt/TQt.xs
index 5408d0b..a27aa0f 100644
--- a/PerlTQt/TQt.xs
+++ b/PerlTQt/TQt.xs
@@ -1,8 +1,8 @@
#include <stdio.h>
-#include <qglobal.h>
-#include <qstring.h>
-#include <qapplication.h>
-#include <qmetaobject.h>
+#include <ntqglobal.h>
+#include <ntqstring.h>
+#include <ntqapplication.h>
+#include <ntqmetaobject.h>
#include <private/qucomextra_p.h>
#include "smoke.h"
diff --git a/PerlTQt/handlers.cpp b/PerlTQt/handlers.cpp
index 395298f..280336a 100644
--- a/PerlTQt/handlers.cpp
+++ b/PerlTQt/handlers.cpp
@@ -1,17 +1,17 @@
-#include <qstring.h>
-#include <qregexp.h>
-#include <qapplication.h>
-#include <qmetaobject.h>
-#include <qvaluelist.h>
-#include <qwidgetlist.h>
-#include <qcanvas.h>
-#include <qobjectlist.h>
-#include <qintdict.h>
-#include <qtoolbar.h>
-#include <qtabbar.h>
-#include <qdir.h>
-#include <qdockwindow.h>
-#include <qnetworkprotocol.h>
+#include <ntqstring.h>
+#include <ntqregexp.h>
+#include <ntqapplication.h>
+#include <ntqmetaobject.h>
+#include <ntqvaluelist.h>
+#include <ntqwidgetlist.h>
+#include <ntqcanvas.h>
+#include <ntqobjectlist.h>
+#include <ntqintdict.h>
+#include <ntqtoolbar.h>
+#include <ntqtabbar.h>
+#include <ntqdir.h>
+#include <ntqdockwindow.h>
+#include <ntqnetworkprotocol.h>
#include <private/qucomextra_p.h>
#include "smoke.h"
@@ -30,7 +30,7 @@
#include "XSUB.h"
#if PERL_VERSION == 6 && PERL_SUBVERSION == 0
- #include <qtextcodec.h>
+ #include <ntqtextcodec.h>
#endif
#include "marshall.h"