diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /examples/demo/main.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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" |