diff options
Diffstat (limited to 'digikam/imageplugins/coreplugin/iccprooftool.cpp')
-rw-r--r-- | digikam/imageplugins/coreplugin/iccprooftool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/coreplugin/iccprooftool.cpp b/digikam/imageplugins/coreplugin/iccprooftool.cpp index 9c7c3fef..19e0fbc0 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("misc"), i18n("General Settings")); + SmallIconSet("application-vnd.tde.misc"), i18n("General Settings")); TQWhatsThis::add(generalOptions, i18n("<p>Here you can set general parameters.</p>")); TQGridLayout *zeroPageLayout = new TQGridLayout(generalOptions, 5, 1); |