homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionitemstate.h
changeset 90 3ac3aaebaee5
parent 63 52b0f64eeb51
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionitemstate.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionitemstate.h	Mon Sep 20 10:19:07 2010 +0300
@@ -25,7 +25,6 @@
 
 class QAction;
 class HbAction;
-class HbMessageBox;
 class HsShortcutService;
 class HsMenuService;
 
@@ -46,9 +45,7 @@
     void onEntry(QEvent *event);
 
 private slots:
-
-    void deleteMessageFinished(HbAction* finishedAction);
-
+    void removeApplicationFromCollection();
     void cleanUp();
 
 signals:
@@ -64,11 +61,6 @@
     int mItemId;
 
     int mCollectionId;
-
-    HbMessageBox *mDeleteMessage; // deletes itself automatically on close
-
-    QAction *mConfirmAction; // child for mDeleteMessage
-
 };
 
 #endif //HSDELETECOLLECTIONITEMSTATE_H