Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f1fe95cccf)
r14.1.x r14.1.4
Michele Calgaro 5 months ago
parent 865992b730
commit 9dec2dce95
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -422,7 +422,7 @@ void MandrivaStyle::unPolish(const TQStyleControlElementData &ceData, ControlEle
TQWidget *widget = reinterpret_cast<TQWidget*>(ptr);
TQFont f = TQApplication::font();
TQApplication::setFont( f, TRUE ); // get rid of the special fonts for special widget classes
TQApplication::setFont( f, true ); // get rid of the special fonts for special widget classes
if ( widget->inherits( "TQComboBox" )
|| widget->inherits("TQScrollBar")

Loading…
Cancel
Save