diff -r 341166945d65 -r 52b0f64eeb51 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsuninstallitemstate.h --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsuninstallitemstate.h Fri Jun 25 19:19:22 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsuninstallitemstate.h Fri Jul 09 14:36:01 2010 +0300 @@ -23,6 +23,7 @@ #include "hsmenustates_global.h" HS_STATES_TEST_CLASS(MenuStatesTest) +class QAction; class HbAction; class HbMessageBox; class HsShortcutService; @@ -82,10 +83,9 @@ HbMessageBox *mUninstallMessage; // deletes itself automatically on close HbDialog *mUninstallJavaMessage; - QObjectList mObjectList; UninstallDialogType mDialogType; - HbAction *mConfirmAction; // child for mConfirmMessage + QAction *mConfirmAction; // child for mConfirmMessage };