summaryrefslogtreecommitdiffstats
path: root/kooka
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:17 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:17 -0500
commit642b172d8e5f3d8ce905b71c5772da30fb215ae7 (patch)
treeb6bd562cdeca6f5066575276d1b390ffd80e18f3 /kooka
parentb45e7a0e5551fee5ef12850e526725c97f7459d1 (diff)
downloadtdegraphics-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.cpp2
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" );