Branch: master

084a9b69 2014-10-22 11:54:53 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 digikam/imageplugins/coreplugin/iccprooftool.cpp
M digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
diff --git a/digikam/imageplugins/coreplugin/iccprooftool.cpp b/digikam/imageplugins/coreplugin/iccprooftool.cpp
index 19e0fbc..9c7c3fe 100644
--- a/digikam/imageplugins/coreplugin/iccprooftool.cpp
+++ b/digikam/imageplugins/coreplugin/iccprooftool.cpp
@@ -201,7 +201,7 @@
     //---------- "General" Page Setup ----------------------------------
 
     m_toolBoxWidgets->insertItem(GENERALPAGE, generalOptions,
-                                 SmallIconSet("application-vnd.tde.misc"), i18n("General Settings"));
+                                 SmallIconSet("misc"), i18n("General Settings"));
     TQWhatsThis::add(generalOptions, i18n("<p>Here you can set general parameters.</p>"));
 
     TQGridLayout *zeroPageLayout = new TQGridLayout(generalOptions, 5, 1);
diff --git a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
index 058a4ae..fb0f8d7 100644
--- a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
+++ b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
@@ -188,7 +188,7 @@
     //---------- "General" Page Setup ----------------------------------
 
     m_toolBoxWidgets->insertItem(GENERALPAGE, generalOptions, 
-                                 SmallIconSet("application-vnd.tde.misc"), i18n("General Settings"));
+                                 SmallIconSet("misc"), i18n("General Settings"));
     TQWhatsThis::add(generalOptions, i18n("<p>Here you can set general parameters.</p>"));
 
     TQGridLayout *zeroPageLayout = new TQGridLayout(generalOptions, 5, 1, spacingHint());