summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:07 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:07 -0500
commite0d45c96583226c49b825bdb76f430e4b934007d (patch)
tree5ef4ab3ab675a02b17d9588a132edbb48ee7704c /klaptopdaemon
parenta25a696e1de76f5bf6eaaf79785c2e0c16bae03d (diff)
downloadtdeutils-e0d45c96583226c49b825bdb76f430e4b934007d.tar.gz
tdeutils-e0d45c96583226c49b825bdb76f430e4b934007d.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'klaptopdaemon')
-rw-r--r--klaptopdaemon/daemondock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/daemondock.cpp b/klaptopdaemon/daemondock.cpp
index 7c8ace6..87c4f45 100644
--- a/klaptopdaemon/daemondock.cpp
+++ b/klaptopdaemon/daemondock.cpp
@@ -114,7 +114,7 @@ laptop_dock::SetupPopup()
rightPopup->insertSeparator();
rightPopup->insertItem(i18n("&Hide Monitor"), this, TQT_SLOT(slotHide()));
- rightPopup->insertItem(SmallIcon("exit"), KStdGuiItem::quit().text(), this, TQT_SLOT(slotQuit()));
+ rightPopup->insertItem(SmallIcon("system-log-out"), KStdGuiItem::quit().text(), this, TQT_SLOT(slotQuit()));
}
laptop_dock::~laptop_dock()