diff -r 2b1b11a301d2 -r 4b195f3bea29 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsuninstallitemstate.h --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsuninstallitemstate.h Tue Jul 06 14:06:53 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsuninstallitemstate.h Wed Aug 18 09:40:07 2010 +0300 @@ -23,6 +23,7 @@ #include "hsmenustates_global.h" HS_STATES_TEST_CLASS(MenuStatesTest) +class QAction; class HbAction; class HbMessageBox; class HsShortcutService; @@ -72,20 +73,17 @@ void createUninstallMessage(); void createUninstallJavaMessage(); - void subscribeForMemoryCardRemove(); + void createSimpleUninstallJavaMessage(); private: int mItemId; - CaNotifier *mNotifier; - HbMessageBox *mUninstallMessage; // deletes itself automatically on close HbDialog *mUninstallJavaMessage; - QObjectList mObjectList; UninstallDialogType mDialogType; - HbAction *mConfirmAction; // child for mConfirmMessage + QAction *mConfirmAction; // child for mConfirmMessage };