diff options
Diffstat (limited to 'PerlTQt/TQt.xs')
-rw-r--r-- | PerlTQt/TQt.xs | 8 |
1 files changed, 4 insertions, 4 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 |