summaryrefslogtreecommitdiffstats
path: root/juk/systemtray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/systemtray.cpp')
-rw-r--r--juk/systemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/systemtray.cpp b/juk/systemtray.cpp
index 36c6874e..16b1da6d 100644
--- a/juk/systemtray.cpp
+++ b/juk/systemtray.cpp
@@ -54,7 +54,7 @@ public:
TQLabel(text, tqparent, name)
{
m_textColor = paletteForegroundColor();
- m_bgColor = tqparentWidget()->paletteBackgroundColor();
+ m_bgColor = parentWidget()->paletteBackgroundColor();
setBackgroundMode(NoBackground);
}