summaryrefslogtreecommitdiffstats
path: root/tqt/tqextscintillacommand.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:59:21 +0900
commit3f2dc73d5a565121db00f4a0f050a48910b51623 (patch)
tree3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /tqt/tqextscintillacommand.h
parent3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (diff)
downloadtqscintilla-3f2dc73d5a565121db00f4a0f050a48910b51623.tar.gz
tqscintilla-3f2dc73d5a565121db00f4a0f050a48910b51623.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt/tqextscintillacommand.h')
-rw-r--r--tqt/tqextscintillacommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqt/tqextscintillacommand.h b/tqt/tqextscintillacommand.h
index 3d8db30..5b4d7b2 100644
--- a/tqt/tqextscintillacommand.h
+++ b/tqt/tqextscintillacommand.h
@@ -70,7 +70,7 @@ public:
//! \sa setAlternateKey(), key()
int alternateKey() const {return qaltkey;}
- //! If the key \a key is valid then TRUE is returned.
+ //! If the key \a key is valid then true is returned.
static bool validKey(int key);
//! The user friendly description of the command is returned.