Rename old tq methods that no longer need a unique name

(cherry picked from commit cff8b50594)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent e4d0836b2e
commit 1c9e515df3

@ -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