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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 6 months ago
parent 5152e64b1f
commit 97f8fa596f
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( &pm, this );
pm.fill( mBackgroundColor );
/* Draw white line along the bottom and the right side of the

Loading…
Cancel
Save