homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h
changeset 96 458d8c8d9580
parent 85 35368b604b28
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Mon Oct 04 00:07:25 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;