summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-29 13:40:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-06-30 10:21:30 +0900
commit457d756c0ba83acdb3405446e23100468b768c2e (patch)
tree761f72a842a3095537016b59ff03116419e86991 /kjsembed/docs
parente3d93d88bfa9b4112625971d3b64bca889a21581 (diff)
downloadtdebindings-457d756c.tar.gz
tdebindings-457d756c.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1450fdc10ca35a40b47054f418ff25b1ebba6503)
Diffstat (limited to 'kjsembed/docs')
-rw-r--r--kjsembed/docs/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog
index c8e11eb3..831be532 100644
--- a/kjsembed/docs/ChangeLog
+++ b/kjsembed/docs/ChangeLog
@@ -510,7 +510,7 @@
2004-11-24 Wednesday 01:59 staikos
TQT_NO_COMPAT fix (untested, but at least it compiles now):
- int match ( const TQString & str, int index = 0, int * len = 0, bool indexIsStart = TRUE ) const (obsolete)
+ int match ( const TQString & str, int index = 0, int * len = 0, bool indexIsStart = true ) const (obsolete)
int search ( const TQString & str, int offset = 0, CaretMode caretMode = CaretAtZero ) const
2004-11-24 Wednesday 01:36 geiseri