-rw-r--r-- | noncore/multimedia/opieplayer2/lib.cpp | 3 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/lib.h | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/lib.cpp b/noncore/multimedia/opieplayer2/lib.cpp index 69ff492..3f2eea6 100644 --- a/noncore/multimedia/opieplayer2/lib.cpp +++ b/noncore/multimedia/opieplayer2/lib.cpp | |||
@@ -6,4 +6,5 @@ | |||
6 | #include <qfile.h> | 6 | #include <qfile.h> |
7 | 7 | ||
8 | #include "xinevideowidget.h" | ||
8 | #include "frame.h" | 9 | #include "frame.h" |
9 | #include "lib.h" | 10 | #include "lib.h" |
@@ -23,5 +24,5 @@ extern "C" { | |||
23 | using namespace XINE; | 24 | using namespace XINE; |
24 | 25 | ||
25 | Lib::Lib() { | 26 | Lib::Lib(XineVideoWidget* /*widget*/) { |
26 | printf("Lib"); | 27 | printf("Lib"); |
27 | QCString str( getenv("HOME") ); | 28 | QCString str( getenv("HOME") ); |
diff --git a/noncore/multimedia/opieplayer2/lib.h b/noncore/multimedia/opieplayer2/lib.h index 00a1248..1d0d3af 100644 --- a/noncore/multimedia/opieplayer2/lib.h +++ b/noncore/multimedia/opieplayer2/lib.h | |||
@@ -10,4 +10,6 @@ | |||
10 | #include <xine.h> | 10 | #include <xine.h> |
11 | 11 | ||
12 | class XineVideoWidget; | ||
13 | |||
12 | namespace XINE { | 14 | namespace XINE { |
13 | 15 | ||
@@ -23,5 +25,5 @@ namespace XINE { | |||
23 | Q_OBJECT | 25 | Q_OBJECT |
24 | public: | 26 | public: |
25 | Lib(); | 27 | Lib(XineVideoWidget* = 0); |
26 | ~Lib(); | 28 | ~Lib(); |
27 | QCString version(); | 29 | QCString version(); |