diff options
Diffstat (limited to 'PerlTQt')
-rw-r--r-- | PerlTQt/TQt.xs | 2 | ||||
-rw-r--r-- | PerlTQt/handlers.cpp | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/PerlTQt/handlers.cpp b/PerlTQt/handlers.cpp index bf95de1..774383c 100644 --- a/PerlTQt/handlers.cpp +++ b/PerlTQt/handlers.cpp @@ -1,6 +1,6 @@ #include <tqstring.h> #include <tqregexp.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqmetaobject.h> #include <tqvaluelist.h> #include <tqwidgetlist.h> |