diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:54:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:54:53 -0500 |
commit | 084a9b69dde2d079d00af93677281d3c66ec9330 (patch) | |
tree | 236c3ee54a77756e87e1154ae4f07ab93142d75e | |
parent | 871c87863bfe1b7ec9f2e12fd023accfa73b7928 (diff) | |
download | digikam-084a9b69dde2d079d00af93677281d3c66ec9330.tar.gz digikam-084a9b69dde2d079d00af93677281d3c66ec9330.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
-rw-r--r-- | digikam/imageplugins/coreplugin/iccprooftool.cpp | 2 | ||||
-rw-r--r-- | digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/digikam/imageplugins/coreplugin/iccprooftool.cpp b/digikam/imageplugins/coreplugin/iccprooftool.cpp index 19e0fbc0..9c7c3fef 100644 --- a/digikam/imageplugins/coreplugin/iccprooftool.cpp +++ b/digikam/imageplugins/coreplugin/iccprooftool.cpp @@ -201,7 +201,7 @@ ICCProofTool::ICCProofTool(TQObject* parent) //---------- "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 058a4aea..fb0f8d7e 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp +++ b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp @@ -188,7 +188,7 @@ ImageEffect_ICCProof::ImageEffect_ICCProof(TQWidget* parent) //---------- "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()); |