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