summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:10:48 -0600
committerTimothy Pearson <[email protected]>2011-12-18 18:10:48 -0600
commit7799395a858c2081bb63901009865f0703e14681 (patch)
treed401a91bd71bf751a5b8256338158498e8213fcf
parent1c79537824ee60520a8af1de99d329eeb986c738 (diff)
downloadknetload-7799395a858c2081bb63901009865f0703e14681.tar.gz
knetload-7799395a858c2081bb63901009865f0703e14681.zip
Rename old tq methods that no longer need a unique name
-rw-r--r--knetload/statpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetload/statpopup.cpp b/knetload/statpopup.cpp
index 81e52d0..6f210e8 100644
--- a/knetload/statpopup.cpp
+++ b/knetload/statpopup.cpp
@@ -424,7 +424,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);
}