diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:51:17 -0500 |
commit | 642b172d8e5f3d8ce905b71c5772da30fb215ae7 (patch) | |
tree | b6bd562cdeca6f5066575276d1b390ffd80e18f3 /kooka | |
parent | b45e7a0e5551fee5ef12850e526725c97f7459d1 (diff) | |
download | tdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.tar.gz tdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/kooka.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kooka.cpp b/kooka/kooka.cpp index bdc99ee5..06e68f57 100644 --- a/kooka/kooka.cpp +++ b/kooka/kooka.cpp @@ -164,7 +164,7 @@ actionCollection()); #ifdef TQICONSET_HONOUR_ON_OFF /* The Toggleaction does not seem to handle the on/off icon from TQIconSet */ TQIconSet lockSet; - lockSet.setPixmap(BarIcon("lock") , TQIconSet::Automatic, TQIconSet::Normal, TQIconSet::On ); + lockSet.setPixmap(BarIcon("system-lock-screen") , TQIconSet::Automatic, TQIconSet::Normal, TQIconSet::On ); lockSet.setPixmap(BarIcon("unlock"), TQIconSet::Automatic, TQIconSet::Normal, TQIconSet::Off); act = new TDEToggleAction ( i18n("Keep &Zoom Setting"), lockSet, CTRL+Key_Z, actionCollection(), "keepZoom" ); |