Branch: master

5392f760 2014-10-22 11:55:13 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 kate/filetemplates/plugin/filetemplates.cpp
M kate/xmlcheck/plugin_katexmlcheck.cpp
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp
index f49e686..41d3f82 100644
--- a/kate/filetemplates/plugin/filetemplates.cpp
+++ b/kate/filetemplates/plugin/filetemplates.cpp
@@ -252,7 +252,7 @@
       this, TQT_SLOT(slotEditTemplate()),
       view->actionCollection(), "settings_manage_templates" );
 
-  (void)new TDEActionMenu( i18n("New From &Template"), "make",
+  (void)new TDEActionMenu( i18n("New From &Template"), "text-x-makefile",
       view->actionCollection(), "file_new_fromtemplate" );
   refreshMenu( view );
 
diff --git a/kate/xmlcheck/plugin_katexmlcheck.cpp b/kate/xmlcheck/plugin_katexmlcheck.cpp
index 287a460..65a8b7c 100644
--- a/kate/xmlcheck/plugin_katexmlcheck.cpp
+++ b/kate/xmlcheck/plugin_katexmlcheck.cpp
@@ -68,7 +68,7 @@
 void PluginKateXMLCheck::addView(Kate::MainWindow *win)
 {
   Kate::ToolViewManager *viewmanager = win->toolViewManager();
-	TQWidget *dock = viewmanager->createToolView("kate_plugin_xmlcheck_ouputview", Kate::ToolViewManager::Bottom, SmallIcon("application-vnd.tde.misc"), i18n("XML Checker Output"));
+	TQWidget *dock = viewmanager->createToolView("kate_plugin_xmlcheck_ouputview", Kate::ToolViewManager::Bottom, SmallIcon("misc"), i18n("XML Checker Output"));
 
 	PluginKateXMLCheckView *view = new PluginKateXMLCheckView (dock,win,"katexmlcheck_outputview");
 	view->dock = dock;