diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-30 20:54:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-30 20:54:16 -0600 |
commit | ce3da132361e281919a222a519ff9901c8d6c3e1 (patch) | |
tree | e622ebded549e5f7c87a0cb1ab56a7a974032098 /kicker/extensions | |
parent | 4d3d2420430fb53000ceda25ae7498e49f6e94b2 (diff) | |
download | tdebase-ce3da132361e281919a222a519ff9901c8d6c3e1.tar.gz tdebase-ce3da132361e281919a222a519ff9901c8d6c3e1.zip |
Fix media:/ kioslave handling of audio CDs
Allow separate settings for each taskbar applet
Add mouse-driven Kicker resize support
Diffstat (limited to 'kicker/extensions')
-rw-r--r-- | kicker/extensions/taskbar/taskbarextension.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/extensions/taskbar/taskbarextension.cpp b/kicker/extensions/taskbar/taskbarextension.cpp index 1394823e3..047dc2beb 100644 --- a/kicker/extensions/taskbar/taskbarextension.cpp +++ b/kicker/extensions/taskbar/taskbarextension.cpp @@ -58,7 +58,7 @@ TaskBarExtension::TaskBarExtension(const TQString& configFile, Type type, m_rootPixmap(0) { TQHBoxLayout *layout = new TQHBoxLayout(this); - m_container = new TaskBarContainer(false, this); + m_container = new TaskBarContainer(false, TQString::null, this); m_container->setBackgroundOrigin(AncestorOrigin); positionChange(position()); layout->addWidget(m_container); |