summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qwizard.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 /src/dialogs/qwizard.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/dialogs/qwizard.cpp')
-rw-r--r--src/dialogs/qwizard.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/dialogs/qwizard.cpp b/src/dialogs/qwizard.cpp
index 3b79098fc..8ab1d13c2 100644
--- a/src/dialogs/qwizard.cpp
+++ b/src/dialogs/qwizard.cpp
@@ -38,25 +38,25 @@
**
**********************************************************************/
-#include "qwizard.h"
+#include "ntqwizard.h"
#ifndef QT_NO_WIZARD
-#include "qlayout.h"
-#include "qpushbutton.h"
-#include "qcursor.h"
-#include "qlabel.h"
-#include "qwidgetstack.h"
-#include "qapplication.h"
-#include "qptrlist.h"
-#include "qpainter.h"
-#include "qaccel.h"
+#include "ntqlayout.h"
+#include "ntqpushbutton.h"
+#include "ntqcursor.h"
+#include "ntqlabel.h"
+#include "ntqwidgetstack.h"
+#include "ntqapplication.h"
+#include "ntqptrlist.h"
+#include "ntqpainter.h"
+#include "ntqaccel.h"
/*! \file wizard/wizard.cpp */
/*! \file wizard/wizard.h */
/*!
- \class TQWizard qwizard.h
+ \class TQWizard ntqwizard.h
\brief The TQWizard class provides a framework for wizard dialogs.
\ingroup abstractwidgets