Replaced various '#define' with actual strings - part 3

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/27/head
Michele Calgaro 5 months ago
parent 21af5d6071
commit 92b9acd170
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -127,7 +127,7 @@ void FieldFrame::drawBox(TQPainter &painter, const TQPoint &p,
if (hasFocus) {
painter.translate(p.x(), p.y());
TQRect fbr = style().subRect(TQStyle::SR_PushButtonFocusRect, &_button);
style().tqdrawPrimitive(TQStyle::PE_FocusRect, &painter, fbr,
style().drawPrimitive(TQStyle::PE_FocusRect, &painter, fbr,
colorGroup(), TQStyle::Style_Enabled);
painter.resetXForm();
}

Loading…
Cancel
Save