author | simon <simon> | 2002-12-08 22:25:56 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-08 22:25:56 (UTC) |
commit | 5d3f3d429bb6247741a30c00a344302a2c9a20c0 (patch) (unidiff) | |
tree | e33d2bfc6d5c19eba28a2ef454ec0d492e340ea9 | |
parent | 00252c667bf6c6af3f2a1d2519bf23e448e8f174 (diff) | |
download | opie-5d3f3d429bb6247741a30c00a344302a2c9a20c0.zip opie-5d3f3d429bb6247741a30c00a344302a2c9a20c0.tar.gz opie-5d3f3d429bb6247741a30c00a344302a2c9a20c0.tar.bz2 |
- no need to include audio and videowidget.h here
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidgetgui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp b/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp index 7f851bd..5886458 100644 --- a/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp | |||
@@ -47,26 +47,24 @@ | |||
47 | #include <qdir.h> | 47 | #include <qdir.h> |
48 | #include <qlayout.h> | 48 | #include <qlayout.h> |
49 | 49 | ||
50 | #include "playlistselection.h" | 50 | #include "playlistselection.h" |
51 | #include "playlistwidget.h" | 51 | #include "playlistwidget.h" |
52 | #include "mediaplayerstate.h" | 52 | #include "mediaplayerstate.h" |
53 | #include "inputDialog.h" | 53 | #include "inputDialog.h" |
54 | #include "playlistfileview.h" | 54 | #include "playlistfileview.h" |
55 | 55 | ||
56 | //only needed for the random play | 56 | //only needed for the random play |
57 | #include <stdlib.h> | 57 | #include <stdlib.h> |
58 | 58 | ||
59 | #include "audiowidget.h" | ||
60 | #include "videowidget.h" | ||
61 | #include "mediaplayerstate.h" | 59 | #include "mediaplayerstate.h" |
62 | 60 | ||
63 | PlayListWidgetGui::PlayListWidgetGui( MediaPlayerState &_mediaPlayerState, QWidget* parent, const char* name ) | 61 | PlayListWidgetGui::PlayListWidgetGui( MediaPlayerState &_mediaPlayerState, QWidget* parent, const char* name ) |
64 | : QMainWindow( parent, name ), mediaPlayerState( _mediaPlayerState ) { | 62 | : QMainWindow( parent, name ), mediaPlayerState( _mediaPlayerState ) { |
65 | 63 | ||
66 | d = new PlayListWidgetPrivate; | 64 | d = new PlayListWidgetPrivate; |
67 | d->setDocumentUsed = FALSE; | 65 | d->setDocumentUsed = FALSE; |
68 | 66 | ||
69 | setBackgroundMode( PaletteButton ); | 67 | setBackgroundMode( PaletteButton ); |
70 | setToolBarsMovable( FALSE ); | 68 | setToolBarsMovable( FALSE ); |
71 | 69 | ||
72 | // Create Toolbar | 70 | // Create Toolbar |