app/inc/mpmainwindow.h
changeset 41 ea59c434026a
parent 32 c163ef0b758d
child 38 b93f525c9244
--- 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
 
 };