summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:01 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:01 -0500
commit8865050b11348dbca282dbd47887d8bfd0412de7 (patch)
tree5c73c6d32821966993f73384953d33566415506a /noatun/modules/systray
parentfa4f1a755bb90db90b4e43692ac4078b8dedc9d2 (diff)
downloadtdemultimedia-8865050b11348dbca282dbd47887d8bfd0412de7.tar.gz
tdemultimedia-8865050b11348dbca282dbd47887d8bfd0412de7.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'noatun/modules/systray')
-rw-r--r--noatun/modules/systray/cmodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/systray/cmodule.cpp b/noatun/modules/systray/cmodule.cpp
index 0ed5e232..189d1539 100644
--- a/noatun/modules/systray/cmodule.cpp
+++ b/noatun/modules/systray/cmodule.cpp
@@ -46,7 +46,7 @@
YHModule::YHModule(TQObject *_parent)
: CModule(i18n("System Tray Icon"), i18n("Configure System Tray Icon"),
- "bottom", _parent)
+ "go-bottom", _parent)
{
TQVBoxLayout *top = new TQVBoxLayout(this);
mWidget = new YHConfigWidget(this);