summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer3/videowidget.h
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer3/videowidget.h') (more/less context) (show 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
@@ -21,5 +21,5 @@ public:
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
@@ -37,7 +37,9 @@ protected:
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: