homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h
changeset 77 4b195f3bea29
parent 61 2b1b11a301d2
child 85 35368b604b28
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Tue Jul 06 14:06:53 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Wed Aug 18 09:40:07 2010 +0300
@@ -27,12 +27,14 @@
 
 HS_STATES_TEST_CLASS(MenuStatesTest)
 
+class QAction;
 class HbAction;
 class HbMessageBox;
 class CaEntry;
 class CaNotifier;
 class HsContentService;
 
+
 class HsAddToHomeScreenState: public  QState
 {
     Q_OBJECT
@@ -52,8 +54,6 @@
     void cleanUp();
 
     void messageWidgetCorruptedFinished(HbAction* finishedAction);
-    
-    void memoryCardRemoved();
 
 signals:
 
@@ -71,7 +71,6 @@
 
     void logActionResult(QString operationName, int entryId,
                          bool operationSucceded);
-    void subscribeForMemoryCardRemove();
 
 private:
 
@@ -82,12 +81,10 @@
 
     HbMessageBox *mCorruptedMessage;
 
-    HbAction *mConfirmAction;
+    QAction *mConfirmAction;
     
     HsMenuMode mMenuMode;
     
-    CaNotifier *mNotifier;
-    
     QVariant mToken;
 
 };