summaryrefslogtreecommitdiffstats
path: root/kmines/frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmines/frame.cpp')
-rw-r--r--kmines/frame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmines/frame.cpp b/kmines/frame.cpp
index 3788dee5..0698057f 100644
--- a/kmines/frame.cpp
+++ b/kmines/frame.cpp
@@ -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();
}