Bring tablet icon into XDG compliance

(cherry picked from commit 9328727634)
r14.0.x
Timothy Pearson 9 years ago committed by Slávek Banko
parent d8f9b99f86
commit 351c4cfaf0

@ -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("<p>Set here all parameters relevant to Color Workspace "
"Profiles.</p>"));

@ -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("<p>Set here all parameters relevant to Color Workspace "
"Profiles.</p>"));

@ -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);

Loading…
Cancel
Save