diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-30 19:33:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 16:50:33 +0900 |
commit | 9dec2dce9536700ec34f4d7891f2902e32904dec (patch) | |
tree | 5f23218743dbecbbb6f400db8f9b828a669a87a6 /src | |
parent | 865992b730a6720b69188134f76b563b458d7b5a (diff) | |
download | tde-style-ia-ora-r14.1.x.tar.gz tde-style-ia-ora-r14.1.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f1fe95cccf7fa3648b271b93d38b6259f303951c)
Diffstat (limited to 'src')
-rw-r--r-- | src/widget/ia_ora.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/ia_ora.cpp b/src/widget/ia_ora.cpp index fb74a3e..5e303b7 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") |