diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:47:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 22:32:24 +0900 |
| commit | f9893e5b16c7694da25e60805fe751691e127e85 (patch) | |
| tree | 2b204fdab8798eaed0346d1b24bb646c6c89085c /kexi/widget/utils/kexirecordmarker.cpp | |
| parent | 8263fdf7603821cad365e436ab78557f40a9e9db (diff) | |
| download | koffice-f9893e5b.tar.gz koffice-f9893e5b.zip | |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
Diffstat (limited to 'kexi/widget/utils/kexirecordmarker.cpp')
| -rw-r--r-- | kexi/widget/utils/kexirecordmarker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |
