Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 3 months ago
parent 1784b19c7e
commit f1fe95cccf
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -422,7 +422,7 @@ void MandrivaStyle::unPolish(const TQStyleControlElementData &ceData, ControlEle
TQWidget *widget = reinterpret_cast<TQWidget*>(ptr); TQWidget *widget = reinterpret_cast<TQWidget*>(ptr);
TQFont f = TQApplication::font(); 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" ) if ( widget->inherits( "TQComboBox" )
|| widget->inherits("TQScrollBar") || widget->inherits("TQScrollBar")

Loading…
Cancel
Save