diff -r 6727c5d0afc7 -r 458d8c8d9580 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionitemstate.h --- 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