summaryrefslogtreecommitdiffstats
path: root/kexi/widget/utils/kexirecordmarker.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:47:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:47:46 +0900
commitdcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 (patch)
tree28dc129d7fd7fc71945338cfb4207d5a9a9dbcb0 /kexi/widget/utils/kexirecordmarker.cpp
parent10a82ab583d7608cd9efd5fe1e76700c9d06b4c2 (diff)
downloadkoffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.tar.gz
koffice-dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/widget/utils/kexirecordmarker.cpp')
-rw-r--r--kexi/widget/utils/kexirecordmarker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/utils/kexirecordmarker.cpp b/kexi/widget/utils/kexirecordmarker.cpp
index ff97d21a..4309cd7f 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));
}