diff options
Diffstat (limited to 'tools/designer/tools/createcw/main.cpp')
-rw-r--r-- | tools/designer/tools/createcw/main.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/designer/tools/createcw/main.cpp b/tools/designer/tools/createcw/main.cpp index 1ab4f53eb..50f8574de 100644 --- a/tools/designer/tools/createcw/main.cpp +++ b/tools/designer/tools/createcw/main.cpp @@ -31,12 +31,12 @@ ** **********************************************************************/ -#include <qfile.h> -#include <qtextstream.h> -#include <qvaluelist.h> -#include <qstrlist.h> -#include <qmetaobject.h> -#include <qapplication.h> +#include <ntqfile.h> +#include <ntqtextstream.h> +#include <ntqvaluelist.h> +#include <ntqstrlist.h> +#include <ntqmetaobject.h> +#include <ntqapplication.h> // STEP1: Include header files of the widgets for which a description // should be created here. If you have a widget which is defined in |