Rename a few stragglers

(cherry picked from commit c3480dfed5)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 06187df2cc
commit 66bf173caa

@ -131,7 +131,7 @@ void Button::drawButton(TQPainter *p)
pm.fill(eraseColor());
TQPainter p2(&pm);
tqstyle().drawControl(TQStyle::CE_PushButton,&p2,this, TQRect(0,0,pm.width(),pm.height()), colorGroup(),flags);
style().drawControl(TQStyle::CE_PushButton,&p2,this, TQRect(0,0,pm.width(),pm.height()), colorGroup(),flags);
style().drawControl(TQStyle::CE_PushButtonLabel, &p2, this,
TQRect(0,0,pm.width(),pm.height()),

Loading…
Cancel
Save