diff -r 2e2dc3d30ca8 -r 341166945d65 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h Thu Jun 24 13:11:40 2010 +0100 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h Fri Jun 25 19:19:22 2010 +0300 @@ -19,7 +19,8 @@ #ifndef HSADDSHORTCUTSTATE_H #define HSADDSHORTCUTSTATE_H -#include +#include +#include #include "hsmenustates_global.h" #include "hsapp_defs.h" @@ -30,8 +31,9 @@ class HbMessageBox; class CaEntry; class CaNotifier; +class HsContentService; -class HsAddToHomeScreenState: public HsMenuBaseState +class HsAddToHomeScreenState: public QState { Q_OBJECT @@ -85,6 +87,8 @@ HsMenuMode mMenuMode; CaNotifier *mNotifier; + + QVariant mToken; };