summaryrefslogtreecommitdiffstats
path: root/tqt/tqextscintillalexer.h
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-04 13:59:21 +0900
commit3f2dc73d5a565121db00f4a0f050a48910b51623 (patch)
tree3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /tqt/tqextscintillalexer.h
parent3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (diff)
downloadtqscintilla-3f2dc73d5a565121db00f4a0f050a48910b51623.tar.gz
tqscintilla-3f2dc73d5a565121db00f4a0f050a48910b51623.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/tqextscintillalexer.h')
-rw-r--r--tqt/tqextscintillalexer.h10
1 files changed, 5 insertions, 5 deletions
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;