diff -r 30f14686fb04 -r 2b1b11a301d2 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsallcollectionsstate.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsallcollectionsstate.h Wed Jun 23 18:03:36 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsallcollectionsstate.h Tue Jul 06 14:06:53 2010 +0300 @@ -23,10 +23,8 @@ #include #include -#include "hsmenustates_global.h" +#include "hsbaseviewstate.h" #include "hsmenumodewrapper.h" -#include "hsmenuservice.h" -#include "hsmenuview.h" HS_STATES_TEST_CLASS(MenuStatesTest) @@ -39,7 +37,7 @@ class HsMenuView; class HsMainWindow; -class HsAllCollectionsState: public QState +class HsAllCollectionsState: public HsBaseViewState { Q_OBJECT HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)