summaryrefslogtreecommitdiffstats
path: root/PerlTQt
diff options
context:
space:
mode:
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 e80e459..6a06b7d 100644
--- a/PerlTQt/TQt.xs
+++ b/PerlTQt/TQt.xs
@@ -1,9 +1,9 @@
#include <stdio.h>
-#include <ntqglobal.h>
-#include <ntqstring.h>
+#include <tqglobal.h>
+#include <tqstring.h>
#include <ntqapplication.h>
-#include <ntqmetaobject.h>
-#include <private/qucomextra_p.h>
+#include <tqmetaobject.h>
+#include <private/tqucomextra_p.h>
#include "smoke.h"
#undef DEBUG
diff --git a/PerlTQt/handlers.cpp b/PerlTQt/handlers.cpp
index 280336a..bf95de1 100644
--- a/PerlTQt/handlers.cpp
+++ b/PerlTQt/handlers.cpp
@@ -1,18 +1,18 @@
-#include <ntqstring.h>
-#include <ntqregexp.h>
+#include <tqstring.h>
+#include <tqregexp.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 <tqmetaobject.h>
+#include <tqvaluelist.h>
+#include <tqwidgetlist.h>
+#include <tqcanvas.h>
+#include <tqobjectlist.h>
+#include <tqintdict.h>
+#include <tqtoolbar.h>
+#include <tqtabbar.h>
+#include <tqdir.h>
+#include <tqdockwindow.h>
+#include <tqnetworkprotocol.h>
+#include <private/tqucomextra_p.h>
#include "smoke.h"
#undef DEBUG
@@ -30,7 +30,7 @@
#include "XSUB.h"
#if PERL_VERSION == 6 && PERL_SUBVERSION == 0
- #include <ntqtextcodec.h>
+ #include <tqtextcodec.h>
#endif
#include "marshall.h"