homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionstate.h
changeset 90 3ac3aaebaee5
parent 63 52b0f64eeb51
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionstate.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionstate.h	Mon Sep 20 10:19:07 2010 +0300
@@ -46,7 +46,7 @@
 
 private slots:
 
-    void deleteMessageFinished(HbAction* finishedAction);
+    void deleteCollection();
 
     void cleanUp();
 
@@ -60,8 +60,6 @@
 
 private:
     int mItemId;
-    HbMessageBox *mDeleteMessage; // deletes itself automatically on close
-    QAction *mConfirmAction; // child for mDeleteMessage
 };
 
 #endif //HSDELETECOLLECTIONSTATE_H