homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h
changeset 90 3ac3aaebaee5
parent 81 7dd137878ff8
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Mon Sep 20 10:19:07 2010 +0300
@@ -19,6 +19,7 @@
 #ifndef HSADDSHORTCUTSTATE_H
 #define HSADDSHORTCUTSTATE_H
 
+#include <QScopedPointer>
 #include <QState>
 #include <QVariant>
 
@@ -33,7 +34,7 @@
 class CaEntry;
 class CaNotifier;
 class HsContentService;
-
+class HsDialogController;
 
 class HsAddToHomeScreenState: public  QState
 {
@@ -53,7 +54,9 @@
 
     void cleanUp();
 
-    void messageWidgetCorruptedFinished(HbAction* finishedAction);
+    void openHomeScreen();
+
+    void removeWidget();
 
 signals:
 
@@ -78,10 +81,6 @@
     QString mLibraryPath;
 
     int mEntryId;
-
-    HbMessageBox *mCorruptedMessage;
-
-    QAction *mConfirmAction;
     
     Hs::HsMenuMode mMenuMode;