Branch: master

cbeef5d1 2014-10-22 13:25:38 Timothy Pearson
Fix remaining issues from mimetype icon rename
M kdvi/kdvi_multipage.cpp
M kpdf/part.cpp
M kpovmodeler/pmshell.cpp
diff --git a/kdvi/kdvi_multipage.cpp b/kdvi/kdvi_multipage.cpp
index baea180..2da7abc 100644
--- a/kdvi/kdvi_multipage.cpp
+++ b/kdvi/kdvi_multipage.cpp
@@ -67,7 +67,7 @@
   DVIRenderer.setName("DVI renderer");
   setRenderer(&DVIRenderer);
 
-  docInfoAction    = new TDEAction(i18n("Document &Info"), "info", 0, &DVIRenderer, TQT_SLOT(showInfo()), actionCollection(), "info_dvi");
+  docInfoAction    = new TDEAction(i18n("Document &Info"), "application-vnd.tde.info", 0, &DVIRenderer, TQT_SLOT(showInfo()), actionCollection(), "info_dvi");
   embedPSAction    = new TDEAction(i18n("Embed External PostScript Files..."), 0, this, TQT_SLOT(slotEmbedPostScript()), actionCollection(), "embed_postscript");
   new TDEAction(i18n("Enable All Warnings && Messages"), 0, this, TQT_SLOT(doEnableWarnings()), actionCollection(), "enable_msgs");
   exportPSAction   = new TDEAction(i18n("PostScript..."), 0, &DVIRenderer, TQT_SLOT(exportPS()), actionCollection(), "export_postscript");
diff --git a/kpdf/part.cpp b/kpdf/part.cpp
index 9348e7a..d585dca 100644
--- a/kpdf/part.cpp
+++ b/kpdf/part.cpp
@@ -291,7 +291,7 @@
 	m_printPreview = KStdAction::printPreview( this, TQT_SLOT( slotPrintPreview() ), ac );
 	m_printPreview->setEnabled( false );
 
-	m_showProperties = new TDEAction(i18n("&Properties"), "info", 0, this, TQT_SLOT(slotShowProperties()), ac, "properties");
+	m_showProperties = new TDEAction(i18n("&Properties"), "application-vnd.tde.info", 0, this, TQT_SLOT(slotShowProperties()), ac, "properties");
 	m_showProperties->setEnabled( false );
 
 	m_showPresentation = new TDEAction( i18n("P&resentation"), "application-x-kpresenter", "Ctrl+Shift+P", this, TQT_SLOT(slotShowPresentation()), ac, "presentation");
diff --git a/kpovmodeler/pmshell.cpp b/kpovmodeler/pmshell.cpp
index 0717018..7b96e06 100644
--- a/kpovmodeler/pmshell.cpp
+++ b/kpovmodeler/pmshell.cpp
@@ -208,7 +208,7 @@
    else
    {
       // unknown view type
-      dock = createDockWidget( name, SmallIcon( "text-x-katefilelist" ), 0L,
+      dock = createDockWidget( name, SmallIcon( "unknown" ), 0L,
                                i18n( "Unknown" ), i18n( "Unknown" ) );
       contents = new PMUnknownView( t, dock );
    }