diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:07 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:07 -0500 |
commit | e0d45c96583226c49b825bdb76f430e4b934007d (patch) | |
tree | 5ef4ab3ab675a02b17d9588a132edbb48ee7704c /klaptopdaemon/daemondock.cpp | |
parent | a25a696e1de76f5bf6eaaf79785c2e0c16bae03d (diff) | |
download | tdeutils-e0d45c96583226c49b825bdb76f430e4b934007d.tar.gz tdeutils-e0d45c96583226c49b825bdb76f430e4b934007d.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'klaptopdaemon/daemondock.cpp')
-rw-r--r-- | klaptopdaemon/daemondock.cpp | 2 |
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() |