Branch: r14.0.x

351c4cfa 2015-03-26 14:30:52 Timothy Pearson
Bring tablet icon into XDG compliance
(cherry picked from commit 9328727634626b853e6a99b081f44fc281331773)
M digikam/imageplugins/coreplugin/iccprooftool.cpp
M digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
M digikam/utilities/setup/setupicc.cpp
diff --git a/digikam/imageplugins/coreplugin/iccprooftool.cpp b/digikam/imageplugins/coreplugin/iccprooftool.cpp
index 9c7c3fe..dda5c94 100644
--- a/digikam/imageplugins/coreplugin/iccprooftool.cpp
+++ b/digikam/imageplugins/coreplugin/iccprooftool.cpp
@@ -336,7 +336,7 @@
     //---------- "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>"));
 
diff --git a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
index fb0f8d7..d396025 100644
--- a/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
+++ b/digikam/imageplugins/coreplugin/imageeffect_iccproof.cpp
@@ -322,7 +322,7 @@
     //---------- "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>"));
 
diff --git a/digikam/utilities/setup/setupicc.cpp b/digikam/utilities/setup/setupicc.cpp
index 454fb0e..576f575 100644
--- a/digikam/utilities/setup/setupicc.cpp
+++ b/digikam/utilities/setup/setupicc.cpp
@@ -240,7 +240,7 @@
     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);