summaryrefslogtreecommitdiffstats
path: root/src/pref.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:54:59 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:54:59 -0500
commitbdfee9ac19493da144cafdc37708a9d72c5ad011 (patch)
tree249679886665b46a5d12450d41aa0a99ec880b10 /src/pref.cpp
parent0716052891aa6f7ff330dbb645587137e20a9f76 (diff)
downloadkmplayer-bdfee9ac19493da144cafdc37708a9d72c5ad011.tar.gz
kmplayer-bdfee9ac19493da144cafdc37708a9d72c5ad011.zip
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'src/pref.cpp')
-rw-r--r--src/pref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pref.cpp b/src/pref.cpp
index 5cb2305..b18fb4c 100644
--- a/src/pref.cpp
+++ b/src/pref.cpp
@@ -84,7 +84,7 @@ KDE_NO_CDTOR_EXPORT Preferences::Preferences(PartBase * player, Settings * setti
tab->insertTab (m_GeneralPageOutput, i18n("Output"));
entries.insert (i18n("General Options"), tab);
- frame = addPage (i18n ("Source"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("source"), TDEIcon::NoGroup, 32));
+ frame = addPage (i18n ("Source"), TQString(), TDEGlobal::iconLoader()->loadIcon (TQString ("text-x-src"), TDEIcon::NoGroup, 32));
vlay = new TQVBoxLayout (frame, marginHint(), spacingHint());
tab = new TQTabWidget (frame);
vlay->addWidget (tab);