homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h
changeset 62 341166945d65
parent 55 03646e8da489
child 63 52b0f64eeb51
--- 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 <hsmenubasestate.h>
+#include <QState>
+#include <QVariant>
 
 #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;
 
 };