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/tqextscintillalexerproperties.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tqt/tqextscintillalexerproperties.h') diff --git a/tqt/tqextscintillalexerproperties.h b/tqt/tqextscintillalexerproperties.h index b95189c..a6cad64 100644 --- a/tqt/tqextscintillalexerproperties.h +++ b/tqt/tqextscintillalexerproperties.h @@ -101,14 +101,14 @@ public: //! propertyChanged() signal as required. void refreshProperties(); - //! Returns TRUE if trailing blank lines are included in a fold block. + //! Returns true if trailing blank lines are included in a fold block. //! //! \sa setFoldCompact() bool foldCompact() const; public slots: - //! If \a fold is TRUE then trailing blank lines are included in a fold - //! block. The default is TRUE. + //! If \a fold is true then trailing blank lines are included in a fold + //! block. The default is true. //! //! \sa foldCompact() virtual void setFoldCompact(bool fold); @@ -116,14 +116,14 @@ public slots: 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. //! //! \sa writeProperties() 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. //! //! \sa readProperties() bool writeProperties(TQSettings &qs,const TQString &prefix) const; -- cgit v1.2.3