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