summaryrefslogtreecommitdiffstats
path: root/src/sql/tqsqlindex.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-06 17:33:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-07 11:57:25 +0900
commit5a863a8932d14b99c5f838c4efa1618070d71b29 (patch)
tree000bd50b5c488635f9663b16b7fbfe5380435a04 /src/sql/tqsqlindex.h
parent771af909e74927126fba90ec6e0298dc68d5bf4f (diff)
downloadtqt-5a863a8932d14b99c5f838c4efa1618070d71b29.tar.gz
tqt-5a863a8932d14b99c5f838c4efa1618070d71b29.zip
Replace TRUE/FALSE with boolean values true/false - part 7HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sql/tqsqlindex.h')
-rw-r--r--src/sql/tqsqlindex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/tqsqlindex.h b/src/sql/tqsqlindex.h
index 066c693c1..cd3e7c5f3 100644
--- a/src/sql/tqsqlindex.h
+++ b/src/sql/tqsqlindex.h
@@ -80,9 +80,9 @@ public:
TQString toString( const TQString& prefix = TQString::null,
const TQString& sep = ",",
- bool verbose = TRUE ) const;
+ bool verbose = true ) const;
TQStringList toStringList( const TQString& prefix = TQString::null,
- bool verbose = TRUE ) const;
+ bool verbose = true ) const;
static TQSqlIndex fromStringList( const TQStringList& l, const TQSqlCursor* cursor );