videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackcontrolbar.h
changeset 41 229f037ce963
parent 37 4eb2df7f7cbe
--- a/videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackcontrolbar.h	Fri Jun 11 09:44:20 2010 +0300
+++ b/videoplayback/hbvideoplaybackview/controlinc/mpxvideoplaybackcontrolbar.h	Thu Jun 24 09:49:13 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 2 %
+// Version : %version: 3 %
 
 
 
@@ -23,8 +23,6 @@
 #define MPXVIDEOPLAYBACKCONTROLBAR_H_
 
 
-
-#include <hbeffect.h>
 #include <hbwidget.h>
 #include <mpxplaybackframeworkdefs.h>
 
@@ -48,10 +46,6 @@
         void durationChanged( int duration );
         void positionChanged( int position );
 
-    private slots:
-        void appeared( const HbEffect::EffectStatus &status );
-        void disappeared( const HbEffect::EffectStatus &status );
-
     private:
         QMPXVideoPlaybackControlsController *mController;
         QMPXVideoPlaybackToolBar            *mToolBar;