diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:36:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 18:26:56 +0900 |
commit | 97f8fa596fb677fb92e20d705a595bd668f41e6a (patch) | |
tree | 13f522fb401485332b33854c490afb12d2f51da8 | |
parent | 5152e64b1ff6487ef50de514f1ad7231ca503244 (diff) | |
download | knemo-97f8fa596fb677fb92e20d705a595bd668f41e6a.tar.gz knemo-97f8fa596fb677fb92e20d705a595bd668f41e6a.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 |