diff -r 474929a40a0f -r 87476091b3f5 homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp --- a/homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp Wed Jul 14 15:53:30 2010 +0300 +++ b/homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp Fri Jul 23 13:47:57 2010 +0300 @@ -15,13 +15,15 @@ * */ -#include +#include "hsloadscenestate.h" +#include "hsscene.h" +#include "hsgui.h" + #ifdef Q_OS_SYMBIAN #include #include #endif -#include "hsloadscenestate.h" -#include "hsscene.h" + /*! \class HsLoadSceneState @@ -121,7 +123,7 @@ void HsLoadSceneState::showUi() { qDebug() << "HsLoadSceneState::showUi"; - HsScene::mainWindow()->raise(); - HsScene::mainWindow()->show(); + + HsGui::instance()->show(); emit event_history(); }