summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--digikam/imageplugins/coreplugin/iccprooftool.cpp2
-rw-r--r--digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp2
-rw-r--r--digikam/utilities/setup/setupicc.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/digikam/imageplugins/coreplugin/iccprooftool.cpp b/digikam/imageplugins/coreplugin/iccprooftool.cpp
index dda5c947..35097d17 100644
--- a/digikam/imageplugins/coreplugin/iccprooftool.cpp
+++ b/digikam/imageplugins/coreplugin/iccprooftool.cpp
@@ -370,7 +370,7 @@ ICCProofTool::ICCProofTool(TQObject* parent)
//---------- "Proofing" Page Setup ---------------------------------
m_toolBoxWidgets->insertItem(PROOFINGPAGE, proofProfiles,
- SmallIconSet("printer1"), i18n("Proofing Profile"));
+ SmallIconSet("printer"), i18n("Proofing Profile"));
TQWhatsThis::add(proofProfiles, i18n("<p>Set here all parameters relevant to Proofing Color "
"Profiles.</p>"));
diff --git a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
index d396025c..cd5e92df 100644
--- a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
+++ b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
@@ -356,7 +356,7 @@ ImageEffect_ICCProof::ImageEffect_ICCProof(TQWidget* parent)
//---------- "Proofing" Page Setup ---------------------------------
m_toolBoxWidgets->insertItem(PROOFINGPAGE, proofProfiles,
- SmallIconSet("printer1"), i18n("Proofing Profile"));
+ SmallIconSet("printer"), i18n("Proofing Profile"));
TQWhatsThis::add(proofProfiles, i18n("<p>Set here all parameters relevant to Proofing Color "
"Profiles.</p>"));
diff --git a/digikam/utilities/setup/setupicc.cpp b/digikam/utilities/setup/setupicc.cpp
index 576f5758..ecfa7117 100644
--- a/digikam/utilities/setup/setupicc.cpp
+++ b/digikam/utilities/setup/setupicc.cpp
@@ -273,7 +273,7 @@ SetupICC::SetupICC(TQWidget* parent, KDialogBase* dialog )
grid2->addMultiCellWidget(d->infoInProfiles, 3, 3, 3, 3);
TQLabel *proofIcon = new TQLabel(d->profilesGB);
- proofIcon->setPixmap(SmallIcon("printer1"));
+ proofIcon->setPixmap(SmallIcon("printer"));
TQLabel *proofProfiles = new TQLabel(i18n("Soft proof:"), d->profilesGB);
d->proofProfilesKC = new SqueezedComboBox(d->profilesGB);
proofProfiles->setBuddy(d->proofProfilesKC);