diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:29 -0600 |
commit | cff8b5059405105306f8825a605be764a5d2cde5 (patch) | |
tree | 201fe6cee687cdd91f6e183e22aa0ad613005950 | |
parent | c5be1ff9d2953156ddc74c6c71ecdd1a9a710b1c (diff) | |
download | kcpuload-cff8b5059405105306f8825a605be764a5d2cde5.tar.gz kcpuload-cff8b5059405105306f8825a605be764a5d2cde5.zip |
Rename old tq methods that no longer need a unique name
-rw-r--r-- | kcpuload/kcpuload/statpopup.cpp | 2 |
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); } |