summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:52 -0500
commit1776addf9c5ff2e81001ccb532ceb9b5d66c8df5 (patch)
tree6700d9e06c251e42c1aa459766fa2927f87ef7a2 /src
parentb0a1f626af15e4da54c3a85387c8f2a172213aeb (diff)
downloadkpowersave-1776addf9c5ff2e81001ccb532ceb9b5d66c8df5.tar.gz
kpowersave-1776addf9c5ff2e81001ccb532ceb9b5d66c8df5.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src')
-rw-r--r--src/configuredialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp
index d4902b1..78cb174 100644
--- a/src/configuredialog.cpp
+++ b/src/configuredialog.cpp
@@ -254,7 +254,7 @@ void ConfigureDialog::setIcons(){
tB_general->setItemIconSet( 0, SmallIcon( "scheme_powersave", TQIconSet::Automatic));
tB_general->setItemIconSet( 1, SmallIcon( "button", TQIconSet::Automatic));
tB_general->setItemIconSet( 2, SmallIcon( "scheme_power", TQIconSet::Automatic));
- tB_general->setItemIconSet( 3, SmallIcon( "lock", TQIconSet::Automatic));
+ tB_general->setItemIconSet( 3, SmallIcon( "system-lock-screen", TQIconSet::Automatic));
tB_general->setItemIconSet( 4, SmallIcon( "misc", TQIconSet::Automatic));
pB_configNotify->setIconSet(SmallIconSet("knotify", TQIconSet::Automatic));