diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:48:52 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:48:52 -0500 |
commit | 1776addf9c5ff2e81001ccb532ceb9b5d66c8df5 (patch) | |
tree | 6700d9e06c251e42c1aa459766fa2927f87ef7a2 | |
parent | b0a1f626af15e4da54c3a85387c8f2a172213aeb (diff) | |
download | kpowersave-1776addf9c5ff2e81001ccb532ceb9b5d66c8df5.tar.gz kpowersave-1776addf9c5ff2e81001ccb532ceb9b5d66c8df5.zip |
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r-- | src/configuredialog.cpp | 2 |
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)); |