diff options
Diffstat (limited to 'examples/demo/main.cpp')
-rw-r--r-- | examples/demo/main.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/demo/main.cpp b/examples/demo/main.cpp index b8c69398d..4ce61ad9c 100644 --- a/examples/demo/main.cpp +++ b/examples/demo/main.cpp @@ -17,7 +17,7 @@ #include "dnd/dnd.h" #include "i18n/i18n.h" -#include <qmodules.h> +#include <ntqmodules.h> #if defined(QT_MODULE_OPENGL) #include "opengl/glworkspace.h" @@ -37,22 +37,22 @@ #include <stdlib.h> -#include <qapplication.h> -#include <qimage.h> +#include <ntqapplication.h> +#include <ntqimage.h> -#include <qtabwidget.h> -#include <qfont.h> -#include <qworkspace.h> -#include <qwidgetstack.h> +#include <ntqtabwidget.h> +#include <ntqfont.h> +#include <ntqworkspace.h> +#include <ntqwidgetstack.h> #if defined(QT_MODULE_SQL) -#include <qsqldatabase.h> +#include <ntqsqldatabase.h> #include "sql/sqlex.h" #endif #if defined(Q_OS_MACX) #include <stdlib.h> -#include <qdir.h> +#include <ntqdir.h> #endif #include "categoryinterface.h" |