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 --- tqt/tqextscintillalexer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tqt/tqextscintillalexer.h') diff --git a/tqt/tqextscintillalexer.h b/tqt/tqextscintillalexer.h index d0bbdc4..b3bbb5b 100644 --- a/tqt/tqextscintillalexer.h +++ b/tqt/tqextscintillalexer.h @@ -122,7 +122,7 @@ public: virtual TQColor color(int style) const; //! Returns the end-of-line for style number \a style. The default is - //! FALSE. + //! false. virtual bool eolFill(int style) const; //! Returns the font for style number \a style. The default font is @@ -173,7 +173,7 @@ public: //! The colour, paper, font and end-of-line for each style number, and //! all lexer specific properties are read from the settings \a qs. - //! \a prefix is prepended to the key of each entry. TRUE is returned + //! \a prefix is prepended to the key of each entry. true is returned //! if there was no error. //! //! \sa writeSettings(), TQextScintilla::setLexer() @@ -181,7 +181,7 @@ public: //! The colour, paper, font and end-of-line for each style number, and //! all lexer specific properties are written to the settings \a qs. - //! \a prefix is prepended to the key of each entry. TRUE is returned + //! \a prefix is prepended to the key of each entry. true is returned //! if there was no error. //! //! \sa readSettings() @@ -250,13 +250,13 @@ signals: protected: //! The lexer's properties are read from the settings \a qs. \a prefix //! (which has a trailing '/') should be used as a prefix to the key of - //! each setting. TRUE is returned if there is no error. + //! each setting. true is returned if there is no error. //! virtual bool readProperties(TQSettings &qs,const TQString &prefix); //! The lexer's properties are written to the settings \a qs. //! \a prefix (which has a trailing '/') should be used as a prefix to - //! the key of each setting. TRUE is returned if there is no error. + //! the key of each setting. true is returned if there is no error. //! virtual bool writeProperties(TQSettings &qs,const TQString &prefix) const; -- cgit v1.2.3