diff options
Diffstat (limited to 'tqt/tqextscintillalexerpython.h')
-rw-r--r-- | tqt/tqextscintillalexerpython.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tqt/tqextscintillalexerpython.h b/tqt/tqextscintillalexerpython.h index 5d93f73..285f2bb 100644 --- a/tqt/tqextscintillalexerpython.h +++ b/tqt/tqextscintillalexerpython.h @@ -175,12 +175,12 @@ public: //! propertyChanged() signal as required. void refreshProperties(); - //! Returns TRUE if indented comment blocks can be folded. + //! Returns true if indented comment blocks can be folded. //! //! \sa setFoldComments() bool foldComments() const; - //! Returns TRUE if triple quoted strings can be folded. + //! Returns true if triple quoted strings can be folded. //! //! \sa setFoldQuotes() bool foldQuotes() const; @@ -192,14 +192,14 @@ public: IndentationWarning indentationWarning() const; public slots: - //! If \a fold is TRUE then indented comment blocks can be folded. The - //! default is FALSE. + //! If \a fold is true then indented comment blocks can be folded. The + //! default is false. //! //! \sa foldComments() virtual void setFoldComments(bool fold); - //! If \a fold is TRUE then triple quoted strings can be folded. The - //! default is FALSE. + //! If \a fold is true then triple quoted strings can be folded. The + //! default is false. //! //! \sa foldQuotes() virtual void setFoldQuotes(bool fold); @@ -213,13 +213,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; |