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