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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/31/head
Michele Calgaro 5 months ago
parent ddcc35a4b1
commit feb47962ad
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2147,7 +2147,7 @@ void TreeMapWidget::drawTreeMap()
_needsRefresh = 0;
}
bitBlt( TQT_TQPAINTDEVICE(this), 0, 0, TQT_TQPAINTDEVICE(&_pixmap), 0, 0,
bitBlt( this, 0, 0, &_pixmap, 0, 0,
TQWidget::width(), TQWidget::height(), CopyROP, true);
if (hasFocus()) {

Loading…
Cancel
Save