diff options
Diffstat (limited to 'kcalc/kcalc_button.cpp')
-rw-r--r-- | kcalc/kcalc_button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc_button.cpp b/kcalc/kcalc_button.cpp index dd62821..277e5bd 100644 --- a/kcalc/kcalc_button.cpp +++ b/kcalc/kcalc_button.cpp @@ -118,7 +118,7 @@ void KCalcButton::paintLabel(TQPainter *paint) { if (_mode[_mode_flags].is_label_richtext) { TQSimpleRichText _text(_label, font()); - _text.draw(paint, width()/2-_text.width()/2, 0, childrenRegion(), colorGroup()); + _text.draw(paint, width()/2-_text.width()/2, 0, tqchildrenRegion(), tqcolorGroup()); } else { KPushButton::drawButtonLabel(paint); } |