summaryrefslogtreecommitdiffstats
path: root/doc/html/qstringlist-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qstringlist-h.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qstringlist-h.html')
-rw-r--r--doc/html/qstringlist-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qstringlist-h.html b/doc/html/qstringlist-h.html
index 3b7fe84d5..e2c7b6d7f 100644
--- a/doc/html/qstringlist-h.html
+++ b/doc/html/qstringlist-h.html
@@ -109,20 +109,20 @@ public:
void sort();
- static TQStringList split( const TQString &amp;sep, const TQString &amp;str, bool allowEmptyEntries = FALSE );
- static TQStringList split( const TQChar &amp;sep, const TQString &amp;str, bool allowEmptyEntries = FALSE );
+ static TQStringList split( const TQString &amp;sep, const TQString &amp;str, bool allowEmptyEntries = false );
+ static TQStringList split( const TQChar &amp;sep, const TQString &amp;str, bool allowEmptyEntries = false );
#ifndef TQT_NO_REGEXP
- static TQStringList split( const TQRegExp &amp;sep, const TQString &amp;str, bool allowEmptyEntries = FALSE );
+ static TQStringList split( const TQRegExp &amp;sep, const TQString &amp;str, bool allowEmptyEntries = false );
#endif
TQString join( const TQString &amp;sep ) const;
- TQStringList grep( const TQString &amp;str, bool cs = TRUE ) const;
+ TQStringList grep( const TQString &amp;str, bool cs = true ) const;
#ifndef TQT_NO_REGEXP
TQStringList grep( const TQRegExp &amp;expr ) const;
#endif
TQStringList&amp; gres( const TQString &amp;before, const TQString &amp;after,
- bool cs = TRUE );
+ bool cs = true );
#ifndef TQT_NO_REGEXP_CAPTURE
TQStringList&amp; gres( const TQRegExp &amp;expr, const TQString &amp;after );
#endif