diff options
Diffstat (limited to 'doc/html/tqsqlindex-h.html')
-rw-r--r-- | doc/html/tqsqlindex-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqsqlindex-h.html b/doc/html/tqsqlindex-h.html index 208e2f105..745c82b51 100644 --- a/doc/html/tqsqlindex-h.html +++ b/doc/html/tqsqlindex-h.html @@ -114,9 +114,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 ); |