From ea6411c33ba2c6f63058c85a3397869171ec0b63 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:52:04 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- kteatime/toplevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kteatime') diff --git a/kteatime/toplevel.cpp b/kteatime/toplevel.cpp index 1980eb3..468f615 100644 --- a/kteatime/toplevel.cpp +++ b/kteatime/toplevel.cpp @@ -152,7 +152,7 @@ TopLevel::TopLevel() : KSystemTray() 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())); // quitAct->plug(menu); // FIXME: this doesn't seem to work with above definition of quitAct? // (need special 'quit'-method?) -- cgit v1.2.3