|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
* Description : Color management setup tab.
|
|
|
|
|
*
|
|
|
|
|
* Copyright (C) 2005-2007 by F.J. Cruz <fj.cruz@supercable.es>
|
|
|
|
|
* Copyright (C) 2005-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
|
|
|
|
|
* Copyright (C) 2005-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
|
|
|
|
|
*
|
|
|
|
|
* This program is free software; you can redistribute it
|
|
|
|
|
* and/or modify it under the terms of the GNU General
|
|
|
|
@ -257,7 +257,7 @@ SetupICC::SetupICC(TQWidget* parent, KDialogBase* dialog )
|
|
|
|
|
grid2->addMultiCellWidget(d->infoWorkProfiles, 2, 2, 3, 3);
|
|
|
|
|
|
|
|
|
|
TQLabel *inIcon = new TQLabel(d->profilesGB);
|
|
|
|
|
inIcon->setPixmap(SmallIcon("camera"));
|
|
|
|
|
inIcon->setPixmap(SmallIcon("camera-photo"));
|
|
|
|
|
TQLabel *inProfiles = new TQLabel(i18n("Input:"), d->profilesGB);
|
|
|
|
|
d->inProfilesKC = new SqueezedComboBox(d->profilesGB);
|
|
|
|
|
inProfiles->setBuddy(d->inProfilesKC);
|
|
|
|
|