summaryrefslogtreecommitdiffstats
path: root/doc/html/tqstringlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqstringlist.html')
-rw-r--r--doc/html/tqstringlist.html4
1 files changed, 2 insertions, 2 deletions
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.
<p> <p>See also <a href="#join">join</a>() and <a href="tqstring.html#section">TQString::section</a>().
-<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="split-3"></a>TQStringList::split ( const&nbsp;<a href="qchar.html">TQChar</a>&nbsp;&amp;&nbsp;sep, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str, bool&nbsp;allowEmptyEntries = FALSE )<tt> [static]</tt>
+<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="split-3"></a>TQStringList::split ( const&nbsp;<a href="tqchar.html">TQChar</a>&nbsp;&amp;&nbsp;sep, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str, bool&nbsp;allowEmptyEntries = FALSE )<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> This version of the function uses a <a href="qchar.html">TQChar</a> as separator, rather
+<p> This version of the function uses a <a href="tqchar.html">TQChar</a> as separator, rather
than a <a href="tqregexp.html#regular-expression">regular expression</a>.
<p> <p>See also <a href="#join">join</a>() and <a href="tqstring.html#section">TQString::section</a>().