diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:49:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:49:30 -0500 |
commit | 25f54e1ba63cbe2969236ae4024e3e2b3cc40855 (patch) | |
tree | ac709e81516a47b0c65615b5cd1d69b8cdebea10 /src/configuredialog.cpp | |
parent | eceddd9ddc91912cdb1ecba76ed8553a39cced9a (diff) | |
download | tdepowersave-25f54e1ba63cbe2969236ae4024e3e2b3cc40855.tar.gz tdepowersave-25f54e1ba63cbe2969236ae4024e3e2b3cc40855.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/configuredialog.cpp')
-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 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)); |