summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/toplevel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toplevel.cpp b/src/toplevel.cpp
index beb0006..6442a78 100644
--- a/src/toplevel.cpp
+++ b/src/toplevel.cpp
@@ -87,7 +87,7 @@ TopLevel::TopLevel() : KSystemTray(), ticketWatch(0), m_refreshTimer(0), m_reque
menu->insertSeparator();
confAct->plug(menu);
menu->insertItem(SmallIcon("help"), i18n("&Help"), helpMnu);
- menu->insertItem(SmallIcon("exit"), i18n("Quit"), kapp, TQT_SLOT(quit()));
+ menu->insertItem(SmallIcon("system-log-out"), i18n("Quit"), kapp, TQT_SLOT(quit()));
load();