summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kcolumnsview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:49:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-05 11:41:58 +0900
commit5b1fdb9a3fa898c7bc3921e75ae04eece2332fb3 (patch)
tree8f4b12ee79c899ad27380ae0e0b995252a0855ef /khexedit/lib/kcolumnsview.cpp
parent5ecef94fcb0ab49312273a1541025165499afa38 (diff)
downloadtdeutils-5b1fdb9a3fa898c7bc3921e75ae04eece2332fb3.tar.gz
tdeutils-5b1fdb9a3fa898c7bc3921e75ae04eece2332fb3.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa69f1c2ffda0e4e0339c1686a9ff4b3d00f4ac7)
Diffstat (limited to 'khexedit/lib/kcolumnsview.cpp')
-rw-r--r--khexedit/lib/kcolumnsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/kcolumnsview.cpp b/khexedit/lib/kcolumnsview.cpp
index 4bb939a..c50385b 100644
--- a/khexedit/lib/kcolumnsview.cpp
+++ b/khexedit/lib/kcolumnsview.cpp
@@ -198,7 +198,7 @@ void KColumnsView::drawContents( TQPainter *P, int cx, int cy, int cw, int ch )
break;
// to avoid flickers we first paint to the linebuffer
- Paint.begin( TQT_TQPAINTDEVICE(&LineBuffer), this );
+ Paint.begin( &LineBuffer, this );
KColumn *C = RedrawColumns.first();
Paint.translate( C->x(), 0 );