From 7799395a858c2081bb63901009865f0703e14681 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:10:48 -0600 Subject: [PATCH] Rename old tq methods that no longer need a unique name --- knetload/statpopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }