summaryrefslogtreecommitdiffstats
path: root/examples/wizard/wizard.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 /examples/wizard/wizard.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/wizard/wizard.cpp')
-rw-r--r--examples/wizard/wizard.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp
index 96c88efb4..ad5c8699f 100644
--- a/examples/wizard/wizard.cpp
+++ b/examples/wizard/wizard.cpp
@@ -9,14 +9,14 @@
#include "wizard.h"
-#include <qwidget.h>
-#include <qhbox.h>
-#include <qvbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qvalidator.h>
-#include <qapplication.h>
+#include <ntqwidget.h>
+#include <ntqhbox.h>
+#include <ntqvbox.h>
+#include <ntqlabel.h>
+#include <ntqlineedit.h>
+#include <ntqpushbutton.h>
+#include <ntqvalidator.h>
+#include <ntqapplication.h>
Wizard::Wizard( TQWidget *parent, const char *name )
: TQWizard( parent, name, TRUE )