diff options
Diffstat (limited to 'juk/playlist.cpp')
-rw-r--r-- | juk/playlist.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/playlist.cpp b/juk/playlist.cpp index 7dce3bb3..de65b6e7 100644 --- a/juk/playlist.cpp +++ b/juk/playlist.cpp @@ -403,7 +403,7 @@ Playlist::Playlist(PlaylistCollection *collection, bool delaySetup) : setup(); if(!delaySetup) - collection->setupPlaylist(this, "midi"); + collection->setupPlaylist(this, "audio-midi"); } Playlist::~Playlist() @@ -1026,7 +1026,7 @@ TQDragObject *Playlist::dragObject(TQWidget *parent) } KURLDrag *drag = new KURLDrag(urls, parent, "Playlist Items"); - drag->setPixmap(BarIcon("sound")); + drag->setPixmap(BarIcon("audio-x-generic")); return drag; } @@ -1285,7 +1285,7 @@ void Playlist::read(TQDataStream &s) m_blockDataChanged = false; dataChanged(); - m_collection->setupPlaylist(this, "midi"); + m_collection->setupPlaylist(this, "audio-midi"); } void Playlist::viewportPaintEvent(TQPaintEvent *pe) |