summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp')
-rw-r--r--filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp
index 2b490c9e..2ba64931 100644
--- a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp
+++ b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp
@@ -161,7 +161,7 @@ TQPixmap ShareListViewItem::createPropertyPixmap()
if (_share->getBoolValue("browseable"))
{
- p.drawPixmap(x,0,SmallIcon("run"));
+ p.drawPixmap(x,0,SmallIcon("system-run"));
x = x+w+margin;
}
@@ -305,7 +305,7 @@ void KcmSambaConf::initAdvancedTab()
icon = SmallIcon("folder");
else
if (label == i18n("Locking"))
- icon = SmallIcon("lock");
+ icon = SmallIcon("system-lock-screen");
else
if (label == i18n("Printing"))
icon = SmallIcon("fileprint");