summaryrefslogtreecommitdiffstats
path: root/src/statusbarmessagelabel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:43 -0600
commitb45817ccac7985d286c754b95f40eda5e105efda (patch)
tree428da987d342b841c1b05adb50cfc12b45b40a14 /src/statusbarmessagelabel.cpp
parent59d9dbf810de71334e1173fa7dda59209c10032c (diff)
downloaddolphin-b45817ccac7985d286c754b95f40eda5e105efda.tar.gz
dolphin-b45817ccac7985d286c754b95f40eda5e105efda.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 59d9dbf810de71334e1173fa7dda59209c10032c.
Diffstat (limited to 'src/statusbarmessagelabel.cpp')
-rw-r--r--src/statusbarmessagelabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarmessagelabel.cpp b/src/statusbarmessagelabel.cpp
index c79fc44..11f74cc 100644
--- a/src/statusbarmessagelabel.cpp
+++ b/src/statusbarmessagelabel.cpp
@@ -108,7 +108,7 @@ void StatusBarMessageLabel::paintEvent(TQPaintEvent* /* event */)
TQPainter painter(&buffer);
// draw background
- TQColor backgroundColor(colorGroup().background());
+ TQColor backgroundColor(tqcolorGroup().background());
TQColor foregroundColor(KGlobalSettings::textColor());
if (m_illumination > 0) {
backgroundColor = mixColors(backgroundColor, TQColor(255, 255, 64), m_illumination);