summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qwizard.cpp
diff options
context:
space:
mode:
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 3b79098f..8ab1d13c 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