summaryrefslogtreecommitdiffstats
path: root/noatun/modules/systray/cmodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/systray/cmodule.cpp')
-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);