diff options
Diffstat (limited to 'PerlTQt/handlers.cpp')
-rw-r--r-- | PerlTQt/handlers.cpp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/PerlTQt/handlers.cpp b/PerlTQt/handlers.cpp index 395298f..280336a 100644 --- a/PerlTQt/handlers.cpp +++ b/PerlTQt/handlers.cpp @@ -1,17 +1,17 @@ -#include <qstring.h> -#include <qregexp.h> -#include <qapplication.h> -#include <qmetaobject.h> -#include <qvaluelist.h> -#include <qwidgetlist.h> -#include <qcanvas.h> -#include <qobjectlist.h> -#include <qintdict.h> -#include <qtoolbar.h> -#include <qtabbar.h> -#include <qdir.h> -#include <qdockwindow.h> -#include <qnetworkprotocol.h> +#include <ntqstring.h> +#include <ntqregexp.h> +#include <ntqapplication.h> +#include <ntqmetaobject.h> +#include <ntqvaluelist.h> +#include <ntqwidgetlist.h> +#include <ntqcanvas.h> +#include <ntqobjectlist.h> +#include <ntqintdict.h> +#include <ntqtoolbar.h> +#include <ntqtabbar.h> +#include <ntqdir.h> +#include <ntqdockwindow.h> +#include <ntqnetworkprotocol.h> #include <private/qucomextra_p.h> #include "smoke.h" @@ -30,7 +30,7 @@ #include "XSUB.h" #if PERL_VERSION == 6 && PERL_SUBVERSION == 0 - #include <qtextcodec.h> + #include <ntqtextcodec.h> #endif #include "marshall.h" |