summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/wizards/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /tools/designer/plugins/wizards/main.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/designer/plugins/wizards/main.cpp')
-rw-r--r--tools/designer/plugins/wizards/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/plugins/wizards/main.cpp b/tools/designer/plugins/wizards/main.cpp
index 55ba9c7a7..b3400acc4 100644
--- a/tools/designer/plugins/wizards/main.cpp
+++ b/tools/designer/plugins/wizards/main.cpp
@@ -32,14 +32,14 @@
**********************************************************************/
#include <designerinterface.h>
-#include <qfeatures.h>
-#include <qwidget.h>
+#include <ntqfeatures.h>
+#include <ntqwidget.h>
#include <templatewizardiface.h>
#ifndef QT_NO_SQL
#include "sqlformwizardimpl.h"
#endif
#include "mainwindowwizard.h"
-#include <qapplication.h>
+#include <ntqapplication.h>
class StandardTemplateWizardInterface : public TemplateWizardInterface, public TQLibraryInterface
{