Rename old tq methods that no longer need a unique name

pull/1/head
Timothy Pearson 13 years ago
parent 1c79537824
commit 7799395a85

@ -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);
}

Loading…
Cancel
Save