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 /kruler | |
parent | b45e7a0e5551fee5ef12850e526725c97f7459d1 (diff) | |
download | tdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.tar.gz tdegraphics-642b172d8e5f3d8ce905b71c5772da30fb215ae7.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kruler')
-rw-r--r-- | kruler/klineal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kruler/klineal.cpp b/kruler/klineal.cpp index a4d7e19c..9bdac1ad 100644 --- a/kruler/klineal.cpp +++ b/kruler/klineal.cpp @@ -164,7 +164,7 @@ KLineal::KLineal(TQWidget*parent,const char* name):TDEMainWindow(parent,name){ mMenu->insertSeparator(); mMenu->insertItem(SmallIcon( "help" ), KStdGuiItem::help().text(), helpMenu()); mMenu->insertSeparator(); - mMenu->insertItem(SmallIcon( "exit" ), KStdGuiItem::quit().text(), kapp, TQT_SLOT(quit()), CTRL+Key_Q); + mMenu->insertItem(SmallIcon( "system-log-out" ), KStdGuiItem::quit().text(), kapp, TQT_SLOT(quit()), CTRL+Key_Q); mLastClickPos = geometry().topLeft()+TQPoint(width()/2, height()/2); } |