diff -r 96bf8c13fa72 -r 624e91e1e029 stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp --- a/stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp Wed Jun 23 18:03:13 2010 +0300 +++ b/stateproviders/ftustateprovider/src/ftuwizardactivatedstate.cpp Tue Jul 06 14:06:30 2010 +0300 @@ -19,6 +19,7 @@ #include "ftuwizardactivatedstate.h" #include "fturuntimeservices_global.h" #include "ftucontentservice.h" +#include "ftustateprovider_global.h" #include #include @@ -113,7 +114,7 @@ // void FtuWizardActivatedState::onEntry(QEvent *event) { - qDebug() << "ftu:FtuWizardActivatedState::onEntry"; + QDEBUG("ftu:FtuWizardActivatedState::onEntry";) QState::onEntry(event); int activeIndex = content()->activeWizard(); @@ -258,7 +259,7 @@ // set wizard's widget as current widget mWizardStackedWidget->setCurrentWidget(viewWidget); - qDebug() << "Ftu: switching view due plugin view change"; + QDEBUG("Ftu: switching view due plugin view change";) mainWindow()->setCurrentView(mPluginView, true); QList wizards = content()->wizards();