-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayer.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/videowidget.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayer.h b/noncore/multimedia/opieplayer2/mediaplayer.h index 1e34c88..de3886e 100644 --- a/noncore/multimedia/opieplayer2/mediaplayer.h +++ b/noncore/multimedia/opieplayer2/mediaplayer.h | |||
@@ -31,18 +31,16 @@ | |||
31 | 31 | ||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #ifndef MEDIA_PLAYER_H | 34 | #ifndef MEDIA_PLAYER_H |
35 | #define MEDIA_PLAYER_H | 35 | #define MEDIA_PLAYER_H |
36 | 36 | ||
37 | #include <qmainwindow.h> | 37 | #include <qmainwindow.h> |
38 | #include <qframe.h> | 38 | #include <qframe.h> |
39 | #include <qpe/qlibrary.h> | ||
40 | #include <qpe/mediaplayerplugininterface.h> | ||
41 | 39 | ||
42 | #include "xinecontrol.h" | 40 | #include "xinecontrol.h" |
43 | 41 | ||
44 | class DocLnk; | 42 | class DocLnk; |
45 | class VolumeControl; | 43 | class VolumeControl; |
46 | 44 | ||
47 | class MediaPlayer : public QObject { | 45 | class MediaPlayer : public QObject { |
48 | Q_OBJECT | 46 | Q_OBJECT |
diff --git a/noncore/multimedia/opieplayer2/videowidget.cpp b/noncore/multimedia/opieplayer2/videowidget.cpp index 888fcf4..e0ca243 100644 --- a/noncore/multimedia/opieplayer2/videowidget.cpp +++ b/noncore/multimedia/opieplayer2/videowidget.cpp | |||
@@ -28,17 +28,16 @@ | |||
28 | If not, write to the Free Software Foundation, | 28 | If not, write to the Free Software Foundation, |
29 | Inc., 59 Temple Place - Suite 330, | 29 | Inc., 59 Temple Place - Suite 330, |
30 | Boston, MA 02111-1307, USA. | 30 | Boston, MA 02111-1307, USA. |
31 | 31 | ||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include <qpe/qpeapplication.h> | 34 | #include <qpe/qpeapplication.h> |
35 | #include <qpe/resource.h> | 35 | #include <qpe/resource.h> |
36 | #include <qpe/mediaplayerplugininterface.h> | ||
37 | #include <qpe/config.h> | 36 | #include <qpe/config.h> |
38 | 37 | ||
39 | 38 | ||
40 | #include <qwidget.h> | 39 | #include <qwidget.h> |
41 | #include <qpainter.h> | 40 | #include <qpainter.h> |
42 | #include <qpixmap.h> | 41 | #include <qpixmap.h> |
43 | #include <qslider.h> | 42 | #include <qslider.h> |
44 | #include <qdrawutil.h> | 43 | #include <qdrawutil.h> |