diff options
author | Michele Calgaro <[email protected]> | 2023-12-03 00:36:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-04 13:58:08 +0900 |
commit | 95eef6c3c68effdc5c5b2bb362c0a150ec05fb28 (patch) | |
tree | f39c7ebe48fdaea7d5b75bc681cb043da8f380c7 | |
parent | a20900487154e178e6d338ae818cc410861a77f0 (diff) | |
download | knemo-95eef6c3c68effdc5c5b2bb362c0a150ec05fb28.tar.gz knemo-95eef6c3c68effdc5c5b2bb362c0a150ec05fb28.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 97f8fa596fb677fb92e20d705a595bd668f41e6a)
-rw-r--r-- | src/knemod/signalplotter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/signalplotter.cpp b/src/knemod/signalplotter.cpp index 7176808..aa44613 100644 --- a/src/knemod/signalplotter.cpp +++ b/src/knemod/signalplotter.cpp @@ -429,7 +429,7 @@ void SignalPlotter::paintEvent( TQPaintEvent* ) TQPixmap pm( w, h ); TQPainter p; - p.begin( TQT_TQPAINTDEVICE(&pm), this ); + p.begin( &pm, this ); pm.fill( mBackgroundColor ); /* Draw white line along the bottom and the right side of the |