summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:29 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-30 01:40:52 +0200
commit1c9e515df3fd6a68bd1f59f5bd9a05949c4f44d4 (patch)
treedab91e0ff060034c4db6d22bb2ec02bbd4aaae56
parente4d0836b2e59b17b20e68fb37d8cf1740e825a22 (diff)
downloadkcpuload-1c9e515df3fd6a68bd1f59f5bd9a05949c4f44d4.tar.gz
kcpuload-1c9e515df3fd6a68bd1f59f5bd9a05949c4f44d4.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit cff8b5059405105306f8825a605be764a5d2cde5)
-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 baf5d76..b5af209 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);
}