Bring tablet icon into XDG compliance

pull/1/head
Timothy Pearson 9 years ago
parent 97575faeaa
commit 9328727634

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