summaryrefslogtreecommitdiffstats
path: root/yakuake/src/main_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yakuake/src/main_window.cpp')
-rw-r--r--yakuake/src/main_window.cpp2
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());