summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:49:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:49:30 -0500
commit25f54e1ba63cbe2969236ae4024e3e2b3cc40855 (patch)
treeac709e81516a47b0c65615b5cd1d69b8cdebea10
parenteceddd9ddc91912cdb1ecba76ed8553a39cced9a (diff)
downloadtdepowersave-25f54e1ba63cbe2969236ae4024e3e2b3cc40855.tar.gz
tdepowersave-25f54e1ba63cbe2969236ae4024e3e2b3cc40855.zip
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r--src/configuredialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp
index 5bc1557..3eed13b 100644
--- a/src/configuredialog.cpp
+++ b/src/configuredialog.cpp
@@ -266,7 +266,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));