author | simon <simon> | 2002-12-08 22:19:49 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-08 22:19:49 (UTC) |
commit | 695398075ec5e4d01f29c40c00538ee8c60404d2 (patch) (unidiff) | |
tree | 1f1c3c02f89a8902a4db08bb1c693d8687d7075c | |
parent | 1e53c722a78b37a9e477ce0e181f43ae4376d106 (diff) | |
download | opie-695398075ec5e4d01f29c40c00538ee8c60404d2.zip opie-695398075ec5e4d01f29c40c00538ee8c60404d2.tar.gz opie-695398075ec5e4d01f29c40c00538ee8c60404d2.tar.bz2 |
- #include cleanup
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidget.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp index c05096a..b78ce24 100644 --- a/noncore/multimedia/opieplayer2/playlistwidget.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp | |||
@@ -54,15 +54,8 @@ | |||
54 | //only needed for the random play | 54 | //only needed for the random play |
55 | #include <stdlib.h> | 55 | #include <stdlib.h> |
56 | #include <assert.h> | 56 | #include <assert.h> |
57 | 57 | ||
58 | #include "audiowidget.h" | ||
59 | #include "videowidget.h" | ||
60 | |||
61 | extern MediaPlayerState *mediaPlayerState; | ||
62 | // extern AudioWidget *audioUI; | ||
63 | // extern VideoWidget *videoUI; | ||
64 | |||
65 | PlayListWidget::PlayListWidget( MediaPlayerState &mediaPlayerState, QWidget* parent, const char* name ) | 58 | PlayListWidget::PlayListWidget( MediaPlayerState &mediaPlayerState, QWidget* parent, const char* name ) |
66 | : PlayListWidgetGui( mediaPlayerState, parent, name ) { | 59 | : PlayListWidgetGui( mediaPlayerState, parent, name ) { |
67 | 60 | ||
68 | d->tbAddToList = new ToolButton( bar, tr( "Add to Playlist" ), | 61 | d->tbAddToList = new ToolButton( bar, tr( "Add to Playlist" ), |