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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/27/head
Michele Calgaro 6 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) { if (hasFocus) {
painter.translate(p.x(), p.y()); painter.translate(p.x(), p.y());
TQRect fbr = style().subRect(TQStyle::SR_PushButtonFocusRect, &_button); 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); colorGroup(), TQStyle::Style_Enabled);
painter.resetXForm(); painter.resetXForm();
} }

Loading…
Cancel
Save