diff options
Diffstat (limited to 'tqt/tqextscintillalexerhtml.h')
-rw-r--r-- | tqt/tqextscintillalexerhtml.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tqt/tqextscintillalexerhtml.h b/tqt/tqextscintillalexerhtml.h index 77e5c1b..0089fce 100644 --- a/tqt/tqextscintillalexerhtml.h +++ b/tqt/tqextscintillalexerhtml.h @@ -422,36 +422,36 @@ 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; - //! Returns TRUE if preprocessor blocks can be folded. + //! Returns true if preprocessor blocks can be folded. //! //! \sa setFoldPreprocessor() bool foldPreprocessor() const; - //! Returns TRUE if tags are case sensitive. + //! Returns true if tags are case sensitive. //! //! \sa setCaseSensitiveTags() bool caseSensitiveTags() 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); - //! If \a fold is TRUE then preprocessor blocks can be folded. The - //! default is FALSE. + //! If \a fold is true then preprocessor blocks can be folded. The + //! default is false. //! //! \sa foldPreprocessor() virtual void setFoldPreprocessor(bool fold); - //! If \a sens is TRUE then tags are case sensitive. The default is - //! FALSE. + //! If \a sens is true then tags are case sensitive. The default is + //! false. //! //! \sa caseSensitiveTags() virtual void setCaseSensitiveTags(bool sens); @@ -459,13 +459,13 @@ 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. //! 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. //! bool writeProperties(TQSettings &qs,const TQString &prefix) const; |