summaryrefslogtreecommitdiffstats
path: root/tqt/tqextscintillalexerruby.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-05 11:28:53 +0900
commitaa50195215adca66e19a1bbaaa45791a570d4c77 (patch)
tree3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /tqt/tqextscintillalexerruby.cpp
parent6923f459303f67484c216514ed048333abc931e6 (diff)
downloadtqscintilla-r14.1.x.tar.gz
tqscintilla-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3f2dc73d5a565121db00f4a0f050a48910b51623)
Diffstat (limited to 'tqt/tqextscintillalexerruby.cpp')
-rw-r--r--tqt/tqextscintillalexerruby.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqt/tqextscintillalexerruby.cpp b/tqt/tqextscintillalexerruby.cpp
index a6bca4e..9834332 100644
--- a/tqt/tqextscintillalexerruby.cpp
+++ b/tqt/tqextscintillalexerruby.cpp
@@ -215,7 +215,7 @@ TQFont TQextScintillaLexerRuby::font(int style) const
case ModuleName:
case DemotedKeyword:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
default: