From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintillaLexerIDL-members.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/classTQextScintillaLexerIDL-members.html') diff --git a/doc/en/classTQextScintillaLexerIDL-members.html b/doc/en/classTQextScintillaLexerIDL-members.html index 1d6efc4..2113cc2 100644 --- a/doc/en/classTQextScintillaLexerIDL-members.html +++ b/doc/en/classTQextScintillaLexerIDL-members.html @@ -63,7 +63,7 @@ PreProcessor enum valueTQextScintillaLexerCPP propertyChanged(const char *prop, const char *val)TQextScintillaLexer [signal] TQextScintillaLexer(TQObject *parent=0, const char *name=0)TQextScintillaLexer - TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)TQextScintillaLexerCPP + TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)TQextScintillaLexerCPP TQextScintillaLexerIDL(TQObject *parent=0, const char *name=0)TQextScintillaLexerIDL readProperties(TQSettings &qs, const TQString &prefix)TQextScintillaLexerCPP [protected, virtual] readSettings(TQSettings &qs, const char *prefix="/Scintilla")TQextScintillaLexer -- cgit v1.2.3