diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-04 13:24:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-05 11:28:53 +0900 |
commit | aa50195215adca66e19a1bbaaa45791a570d4c77 (patch) | |
tree | 3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /tqt/tqextscintillacommandset.h | |
parent | 6923f459303f67484c216514ed048333abc931e6 (diff) | |
download | tqscintilla-r14.1.x.tar.gz tqscintilla-r14.1.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3f2dc73d5a565121db00f4a0f050a48910b51623)
Diffstat (limited to 'tqt/tqextscintillacommandset.h')
-rw-r--r-- | tqt/tqextscintillacommandset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt/tqextscintillacommandset.h b/tqt/tqextscintillacommandset.h index e0ab601..18f3d90 100644 --- a/tqt/tqextscintillacommandset.h +++ b/tqt/tqextscintillacommandset.h @@ -44,14 +44,14 @@ class TQEXTSCINTILLA_EXPORT TQextScintillaCommandSet public: //! The key bindings for each command in the set are read from the //! settings \a qs. \a prefix is prepended to the key of each entry. - //! TRUE is returned if there was no error. + //! true is returned if there was no error. //! //! \sa writeSettings() bool readSettings(TQSettings &qs,const char *prefix = "/Scintilla"); //! The key bindings for each command in the set are written to the //! settings \a qs. \a prefix is prepended to the key of each entry. - //! TRUE is returned if there was no error. + //! true is returned if there was no error. //! //! \sa readSettings() bool writeSettings(TQSettings &qs,const char *prefix = "/Scintilla"); |