diff --git a/src/widget/ia_ora.cpp b/src/widget/ia_ora.cpp index a454434..7e53a3e 100644 --- a/src/widget/ia_ora.cpp +++ b/src/widget/ia_ora.cpp @@ -422,7 +422,7 @@ void MandrivaStyle::unPolish(const TQStyleControlElementData &ceData, ControlEle TQWidget *widget = reinterpret_cast(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")