summaryrefslogtreecommitdiffstats
path: root/digikam/utilities/setup/setupicc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/utilities/setup/setupicc.cpp')
-rw-r--r--digikam/utilities/setup/setupicc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/utilities/setup/setupicc.cpp b/digikam/utilities/setup/setupicc.cpp
index f76ec24..454fb0e 100644
--- a/digikam/utilities/setup/setupicc.cpp
+++ b/digikam/utilities/setup/setupicc.cpp
@@ -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);