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 5408d0b..a27aa0f 100644 --- a/PerlTQt/TQt.xs +++ b/PerlTQt/TQt.xs @@ -1,8 +1,8 @@ #include <stdio.h> -#include <qglobal.h> -#include <qstring.h> -#include <qapplication.h> -#include <qmetaobject.h> +#include <ntqglobal.h> +#include <ntqstring.h> +#include <ntqapplication.h> +#include <ntqmetaobject.h> #include <private/qucomextra_p.h> #include "smoke.h" |