summaryrefslogtreecommitdiffstats
path: root/tqt/tqextscintillalexerlua.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqt/tqextscintillalexerlua.h')
-rw-r--r--tqt/tqextscintillalexerlua.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tqt/tqextscintillalexerlua.h b/tqt/tqextscintillalexerlua.h
index 3f8ddf8..62e00c9 100644
--- a/tqt/tqextscintillalexerlua.h
+++ b/tqt/tqextscintillalexerlua.h
@@ -140,14 +140,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);
@@ -155,13 +155,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;