summaryrefslogtreecommitdiffstats
path: root/juk/playlist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
commiteb186dbe60619a5769d7f66a504eafa8789259b2 (patch)
tree0b23ba799cddd8b5a595ab26ea2a95c2a18dd36c /juk/playlist.cpp
parent5063eeabdf374bb9e9baa70dc7c717eb17ac981e (diff)
downloadtdemultimedia-eb186dbe60619a5769d7f66a504eafa8789259b2.tar.gz
tdemultimedia-eb186dbe60619a5769d7f66a504eafa8789259b2.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'juk/playlist.cpp')
-rw-r--r--juk/playlist.cpp6
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)