Rename old tq methods that no longer need a unique name

pull/1/head
Timothy Pearson 12 years ago
parent c5be1ff9d2
commit cff8b50594

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

Loading…
Cancel
Save