diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:49:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-04 00:18:42 +0900 |
commit | aa69f1c2ffda0e4e0339c1686a9ff4b3d00f4ac7 (patch) | |
tree | 8a611432bc0a1a1f8a689fa0ba5dece529e3e21e /khexedit | |
parent | 7589d48a4101244c3c7a27931293ee7924f78119 (diff) | |
download | tdeutils-aa69f1c2ffda0e4e0339c1686a9ff4b3d00f4ac7.tar.gz tdeutils-aa69f1c2ffda0e4e0339c1686a9ff4b3d00f4ac7.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'khexedit')
-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 ); |