From dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 24 Nov 2023 10:47:46 +0900 Subject: Replaced various '#define' with actual strings - part 3 Signed-off-by: Michele Calgaro --- kexi/widget/utils/kexirecordmarker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/widget/utils/kexirecordmarker.cpp') diff --git a/kexi/widget/utils/kexirecordmarker.cpp b/kexi/widget/utils/kexirecordmarker.cpp index ff97d21aa..4309cd7fa 100644 --- a/kexi/widget/utils/kexirecordmarker.cpp +++ b/kexi/widget/utils/kexirecordmarker.cpp @@ -205,7 +205,7 @@ void KexiRecordMarker::paintEvent(TQPaintEvent *e) int y = ((d->rowHeight * i)-d->offset); TQRect r(0, y, width(), d->rowHeight); p.drawRect(r); - style().tqdrawPrimitive( TQStyle::PE_HeaderSection, &p, r, + style().drawPrimitive( TQStyle::PE_HeaderSection, &p, r, (d->currentRow == i) ? selectedColorGroup : (d->highlightedRow == i ? highlightedColorGroup : colorGroup()), TQStyle::Style_Raised | (isEnabled() ? TQStyle::Style_Enabled : 0)); } -- cgit v1.2.3