Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Michele Calgaro 1 year ago
parent 5152e64b1f
commit 23f69c9684
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -429,7 +429,7 @@ void SignalPlotter::paintEvent( TQPaintEvent* )
TQPixmap pm( w, h );
TQPainter p;
p.begin( TQT_TQPAINTDEVICE(&pm), this );
p.begin( static_cast<TQPaintDevice*>(&pm), this );
pm.fill( mBackgroundColor );
/* Draw white line along the bottom and the right side of the

Loading…
Cancel
Save