diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:49:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-05 11:41:58 +0900 |
commit | 5b1fdb9a3fa898c7bc3921e75ae04eece2332fb3 (patch) | |
tree | 8f4b12ee79c899ad27380ae0e0b995252a0855ef /khexedit/lib | |
parent | 5ecef94fcb0ab49312273a1541025165499afa38 (diff) | |
download | tdeutils-5b1fdb9a3fa898c7bc3921e75ae04eece2332fb3.tar.gz tdeutils-5b1fdb9a3fa898c7bc3921e75ae04eece2332fb3.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit aa69f1c2ffda0e4e0339c1686a9ff4b3d00f4ac7)
Diffstat (limited to 'khexedit/lib')
-rw-r--r-- | khexedit/lib/kcolumnsview.cpp | 2 |
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 ); |