diff -r 23b5d6a29cce -r 4785f57bf3d4 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h Fri May 14 15:43:04 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h Thu May 27 12:46:08 2010 +0300 @@ -22,6 +22,7 @@ #include #include "hsmenustates_global.h" #include "hsmenuview.h" +#include "hsmainwindow.h" #include "hsmenumodewrapper.h" #include "hsapp_defs.h" @@ -54,6 +55,8 @@ signals: + void collectionEntered(); + void toHomescreenState(); void initialize(); @@ -108,6 +111,8 @@ HsInstalledAppsState *mInstalledAppsState; HsMenuModeWrapper mMenuMode; + + HsMainWindow mMainWindow; }; #endif //HSAPPLIBRARYSTATE_H