summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer3/videowidget.h
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer3/videowidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer3/videowidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer3/videowidget.h b/noncore/multimedia/opieplayer3/videowidget.h
index f181980..935a648 100644
--- a/noncore/multimedia/opieplayer3/videowidget.h
+++ b/noncore/multimedia/opieplayer3/videowidget.h
@@ -20,7 +20,7 @@ public:
20 VideoWidget( QWidget * parent=0, const char * name=0, WFlags f=0 ); 20 VideoWidget( QWidget * parent=0, const char * name=0, WFlags f=0 );
21 virtual ~VideoWidget(); 21 virtual ~VideoWidget();
22 22
23 void playFile(const DocLnk&,XINE::Lib*); 23 int playFile(const DocLnk&,XINE::Lib*);
24 void fullScreen(bool how); 24 void fullScreen(bool how);
25 25
26signals: 26signals:
@@ -36,9 +36,11 @@ protected:
36 QVBoxLayout*m_MainLayout; 36 QVBoxLayout*m_MainLayout;
37 XineVideoWidget*m_Videodisplay; 37 XineVideoWidget*m_Videodisplay;
38 QWidget * m_holder; 38 QWidget * m_holder;
39#if 0
39 QSlider*m_PosSlider; 40 QSlider*m_PosSlider;
40 bool m_pressed:1; 41 bool m_pressed:1;
41 int m_uppos; 42 int m_uppos;
43#endif
42 44
43protected slots: 45protected slots:
44 virtual void closeEvent(QCloseEvent*e); 46 virtual void closeEvent(QCloseEvent*e);