diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:01 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:01 -0500 |
commit | 8865050b11348dbca282dbd47887d8bfd0412de7 (patch) | |
tree | 5c73c6d32821966993f73384953d33566415506a /noatun/modules/systray | |
parent | fa4f1a755bb90db90b4e43692ac4078b8dedc9d2 (diff) | |
download | tdemultimedia-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.cpp | 2 |
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); |