diff -r c464cd7e2753 -r 66c26770985f stateproviders/ftustateprovider/inc/ftuwizardmenustate.h --- a/stateproviders/ftustateprovider/inc/ftuwizardmenustate.h Mon Apr 19 14:01:47 2010 +0300 +++ b/stateproviders/ftustateprovider/inc/ftuwizardmenustate.h Mon May 03 12:24:41 2010 +0300 @@ -35,6 +35,8 @@ class QDate; class FtuWizard; class HbAction; +class FtuStateCenrepHandler; +class HbMenu; /** @ingroup group_ftustateprovider * @brief The state where wizard menu is shown @@ -121,11 +123,6 @@ */ void updateProgress(FtuWizard *caller, bool show, int progress); - /** - * Called when application has to exit - */ - void exitApp(); - signals: /** @@ -145,6 +142,9 @@ QStandardItemModel* mModel; HbAction* mExitAction; + FtuStateCenrepHandler* mCenrepHandler; + QList mCompletedWizardList; + FTU_TEST_FRIEND_CLASS(FtuStateProviderTest) };