diff options
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)); |