summaryrefslogtreecommitdiffstats
path: root/PerlTQt/TQt.xs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-26 10:43:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-26 10:43:33 +0900
commit6f64d330023346af528af58bc5dfd7f6150a6fd6 (patch)
treee376feed3f2458bff74cd9217e9ab3cd0e6be140 /PerlTQt/TQt.xs
parent6ad6ccfdd6bc602001213475f2cdc95f61181c10 (diff)
downloadlibtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.tar.gz
libtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.zip
Use tq* header after last round of renaming in tqt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'PerlTQt/TQt.xs')
-rw-r--r--PerlTQt/TQt.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlTQt/TQt.xs b/PerlTQt/TQt.xs
index 6a06b7d..6ff9437 100644
--- a/PerlTQt/TQt.xs
+++ b/PerlTQt/TQt.xs
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <tqglobal.h>
#include <tqstring.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqmetaobject.h>
#include <private/tqucomextra_p.h>
#include "smoke.h"