diff -r 341166945d65 -r 52b0f64eeb51 homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionstate.h --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionstate.h Fri Jun 25 19:19:22 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsdeletecollectionstate.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 HsMenuService; @@ -60,7 +61,7 @@ private: int mItemId; HbMessageBox *mDeleteMessage; // deletes itself automatically on close - HbAction *mConfirmAction; // child for mDeleteMessage + QAction *mConfirmAction; // child for mDeleteMessage }; #endif //HSDELETECOLLECTIONSTATE_H