From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqstringlist.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqstringlist.html') diff --git a/doc/html/tqstringlist.html b/doc/html/tqstringlist.html index 029a2cd98..22c58777a 100644 --- a/doc/html/tqstringlist.html +++ b/doc/html/tqstringlist.html @@ -289,10 +289,10 @@ the list wherever the separator matches twice without intervening text.

See also join() and TQString::section(). -

TQStringList TQStringList::split ( const TQChar & sep, const TQString & str, bool allowEmptyEntries = FALSE ) [static] +

TQStringList TQStringList::split ( const TQChar & sep, const TQString & str, bool allowEmptyEntries = FALSE ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -

This version of the function uses a TQChar as separator, rather +

This version of the function uses a TQChar as separator, rather than a regular expression.

See also join() and TQString::section(). -- cgit v1.2.1