summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:29 -0600
commitcff8b5059405105306f8825a605be764a5d2cde5 (patch)
tree201fe6cee687cdd91f6e183e22aa0ad613005950
parentc5be1ff9d2953156ddc74c6c71ecdd1a9a710b1c (diff)
downloadkcpuload-cff8b505.tar.gz
kcpuload-cff8b505.zip
Rename old tq methods that no longer need a unique name
-rw-r--r--kcpuload/kcpuload/statpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcpuload/kcpuload/statpopup.cpp b/kcpuload/kcpuload/statpopup.cpp
index b1b59b9..e4c7d42 100644
--- a/kcpuload/kcpuload/statpopup.cpp
+++ b/kcpuload/kcpuload/statpopup.cpp
@@ -399,7 +399,7 @@ void StatPopup::paintEvent(TQPaintEvent*) {
// Draw the text.
p.setFont(font());
- p.setPen(tqcolorGroup().foreground());
+ p.setPen(colorGroup().foreground());
p.drawText(rect(), AlignHCenter | AlignVCenter, fullReading);
}