summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/widget/ia_ora.cpp2
1 files changed, 1 insertions, 1 deletions
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<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")