From 8e772af9302667a3952452d281970a8eabb2e927 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:49:38 -0500 Subject: [PATCH] Bring stop, lock, exit, and run icons into XDG compliance --- yakuake/src/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());