diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:10:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:10:48 -0600 |
commit | 7799395a858c2081bb63901009865f0703e14681 (patch) | |
tree | d401a91bd71bf751a5b8256338158498e8213fcf | |
parent | 1c79537824ee60520a8af1de99d329eeb986c738 (diff) | |
download | knetload-7799395a858c2081bb63901009865f0703e14681.tar.gz knetload-7799395a858c2081bb63901009865f0703e14681.zip |
Rename old tq methods that no longer need a unique name
-rw-r--r-- | knetload/statpopup.cpp | 2 |
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); } |