From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/dialogs/qwizard.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/dialogs/qwizard.cpp') 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 -- cgit v1.2.3