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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit feb47962ad)
r14.1.x
Michele Calgaro 6 months ago
parent 588c6181fa
commit 92d851c106
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