diff options
Diffstat (limited to 'tqt/tqextscintillalexer.h')
-rw-r--r-- | tqt/tqextscintillalexer.h | 10 |
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; |