diff --git a/digikam/imageplugins/coreplugin/iccprooftool.cpp b/digikam/imageplugins/coreplugin/iccprooftool.cpp index 9c7c3fe..dda5c94 100644 --- a/digikam/imageplugins/coreplugin/iccprooftool.cpp +++ b/digikam/imageplugins/coreplugin/iccprooftool.cpp @@ -336,7 +336,7 @@ ICCProofTool::ICCProofTool(TQObject* parent) //---------- "Workspace" Page Setup --------------------------------- m_toolBoxWidgets->insertItem(WORKSPACEPAGE, spaceProfiles, - SmallIconSet("tablet"), i18n("Workspace Profile")); + SmallIconSet("input-tablet"), i18n("Workspace Profile")); TQWhatsThis::add(spaceProfiles, i18n("

Set here all parameters relevant to Color Workspace " "Profiles.

")); diff --git a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp index fb0f8d7..d396025 100644 --- a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp +++ b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp @@ -322,7 +322,7 @@ ImageEffect_ICCProof::ImageEffect_ICCProof(TQWidget* parent) //---------- "Workspace" Page Setup --------------------------------- m_toolBoxWidgets->insertItem(WORKSPACEPAGE, spaceProfiles, - SmallIconSet("tablet"), i18n("Workspace Profile")); + SmallIconSet("input-tablet"), i18n("Workspace Profile")); TQWhatsThis::add(spaceProfiles, i18n("

Set here all parameters relevant to Color Workspace " "Profiles.

")); diff --git a/digikam/utilities/setup/setupicc.cpp b/digikam/utilities/setup/setupicc.cpp index 454fb0e..576f575 100644 --- a/digikam/utilities/setup/setupicc.cpp +++ b/digikam/utilities/setup/setupicc.cpp @@ -240,7 +240,7 @@ SetupICC::SetupICC(TQWidget* parent, KDialogBase* dialog ) grid2->addMultiCellWidget(d->infoMonitorProfiles, 1, 1, 3, 3); TQLabel *workIcon = new TQLabel(d->profilesGB); - workIcon->setPixmap(SmallIcon("tablet")); + workIcon->setPixmap(SmallIcon("input-tablet")); TQLabel *workProfiles = new TQLabel(i18n("Workspace:"), d->profilesGB); d->workProfilesKC = new SqueezedComboBox(d->profilesGB); workProfiles->setBuddy(d->workProfilesKC);