diff options
Diffstat (limited to 'PerlTQt/TQt.xs')
-rw-r--r-- | PerlTQt/TQt.xs | 2 |
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" |