diff -r c163ef0b758d -r ea59c434026a app/inc/mpmainwindow.h --- a/app/inc/mpmainwindow.h Fri Jun 11 13:36:36 2010 +0300 +++ b/app/inc/mpmainwindow.h Wed Jun 23 18:10:13 2010 +0300 @@ -28,6 +28,7 @@ // Forward declarations class MpxViewPlugin; class MusicServices; +class MpGlobalPopupHandler; // Class declaration class MpMainWindow: public MpxViewFramework @@ -78,7 +79,8 @@ MpxViewPlugin *mMediaWallViewPlugin; // Own MpxViewPlugin *mCurrentViewPlugin; // Own ViewType mVerticalViewType; - MusicServices *mMusicServices; // Own + MusicServices *mMusicServices; // Own + MpGlobalPopupHandler *mPopupHandler; // Own };