Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 3 months ago
parent 69f660522a
commit 76af48dfc8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1536,7 +1536,7 @@ void polyesterClient::paintEvent(TQPaintEvent* e) {
textPixmap = TQPixmap(textRect.width(), textRect.height());
textPixmap.fill(TQColor(0,0,0));
textPixmap.setMask( textPixmap.createHeuristicMask(TRUE) );
textPixmap.setMask( textPixmap.createHeuristicMask(true) );
tempPainter.begin(&textPixmap);

Loading…
Cancel
Save