Branch: master

bd674122 2014-10-22 11:55:18 Timothy Pearson
Repair mimetype icon usage, part 1.  The following are not fully verified in source as of this commit due to ubiquity: info, unknown
M ksim/ksimpref.cpp
diff --git a/ksim/ksimpref.cpp b/ksim/ksimpref.cpp
index 47b6cf7..52fe424 100644
--- a/ksim/ksimpref.cpp
+++ b/ksim/ksimpref.cpp
@@ -60,7 +60,7 @@
   TQStringList list;
   list << ' ' + i18n("Miscellaneous") << ' ' + i18n("General");
   TQFrame *general = addHBoxPage(list, i18n("General Options"),
-     SmallIcon("application-vnd.tde.misc"));
+     SmallIcon("misc"));
   m_generalPage = new KSim::GeneralPrefs(general);
   list.clear();