diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:49:38 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:49:38 -0500 |
commit | 8e772af9302667a3952452d281970a8eabb2e927 (patch) | |
tree | 144f67d76a70b043fb1d125c53fb26bd019f33f6 | |
parent | 8dac28107b0e023d277a8d33b14d55e1be91aea9 (diff) | |
download | yakuake-8e772af9302667a3952452d281970a8eabb2e927.tar.gz yakuake-8e772af9302667a3952452d281970a8eabb2e927.zip |
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r-- | yakuake/src/main_window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/main_window.cpp b/yakuake/src/main_window.cpp index 119d9c1..974a6e5 100644 --- a/yakuake/src/main_window.cpp +++ b/yakuake/src/main_window.cpp @@ -135,7 +135,7 @@ MainWindow::MainWindow(TQWidget * parent, const char * name) : TQT_TQOBJECT(this), TQT_SLOT(slotSetAccessKey()), actionCollection(), "global_shortcuts"); - action = new TDEAction(i18n("Quit"), SmallIcon("exit"), 0, TQT_TQOBJECT(this), + action = new TDEAction(i18n("Quit"), SmallIcon("system-log-out"), 0, TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection(), "quit"); KStdAction::keyBindings(TQT_TQOBJECT(this), TQT_SLOT(slotSetControlKeys()), actionCollection()); |