summaryrefslogtreecommitdiffstats
path: root/src/playlistview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-22 01:27:25 -0500
committerTimothy Pearson <[email protected]>2014-10-22 01:27:25 -0500
commit0716052891aa6f7ff330dbb645587137e20a9f76 (patch)
tree24efaa0df056bfe9b00ae7b6315d0e5185e17db8 /src/playlistview.cpp
parent28dd90526149a21cb511a848f98b43682d86a1b6 (diff)
downloadkmplayer-0716052891aa6f7ff330dbb645587137e20a9f76.tar.gz
kmplayer-0716052891aa6f7ff330dbb645587137e20a9f76.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 'src/playlistview.cpp')
-rw-r--r--src/playlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlistview.cpp b/src/playlistview.cpp
index a2cb803..11a0f1a 100644
--- a/src/playlistview.cpp
+++ b/src/playlistview.cpp
@@ -127,7 +127,7 @@ KDE_NO_CDTOR_EXPORT PlayListView::PlayListView (TQWidget * parent, View * view,
m_itemmenu = new TQPopupMenu (this);
folder_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("folder"), TDEIcon::Small);
auxiliary_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("folder_grey"), TDEIcon::Small);
- video_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("video"), TDEIcon::Small);
+ video_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("video-x-generic"), TDEIcon::Small);
info_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("messagebox_info"), TDEIcon::Small);
img_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("colorize"), TDEIcon::Small);
unknown_pix = TDEGlobal::iconLoader ()->loadIcon (TQString ("unknown"), TDEIcon::Small);