summaryrefslogtreecommitdiffstats
path: root/doc/html/tqregexp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqregexp.html')
-rw-r--r--doc/html/tqregexp.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqregexp.html b/doc/html/tqregexp.html
index 03527728..21f12a73 100644
--- a/doc/html/tqregexp.html
+++ b/doc/html/tqregexp.html
@@ -268,15 +268,15 @@ corresponding to the octal number ooo (between 0 and 0377).
<tr bgcolor="#d0d0d0"> <td valign="top"><b>. (dot)</b>
<td valign="top">This matches any character (including newline).
<tr bgcolor="#f0f0f0"> <td valign="top"><b>&#92;d</b>
-<td valign="top">This matches a digit (<a href="qchar.html#isDigit">TQChar::isDigit</a>()).
+<td valign="top">This matches a digit (<a href="tqchar.html#isDigit">TQChar::isDigit</a>()).
<tr bgcolor="#d0d0d0"> <td valign="top"><b>&#92;D</b>
<td valign="top">This matches a non-digit.
<tr bgcolor="#f0f0f0"> <td valign="top"><b>&#92;s</b>
-<td valign="top">This matches a whitespace (<a href="qchar.html#isSpace">TQChar::isSpace</a>()).
+<td valign="top">This matches a whitespace (<a href="tqchar.html#isSpace">TQChar::isSpace</a>()).
<tr bgcolor="#d0d0d0"> <td valign="top"><b>&#92;S</b>
<td valign="top">This matches a non-whitespace.
<tr bgcolor="#f0f0f0"> <td valign="top"><b>&#92;w</b>
-<td valign="top">This matches a word character (<a href="qchar.html#isLetterOrNumber">TQChar::isLetterOrNumber</a>() or '_').
+<td valign="top">This matches a word character (<a href="tqchar.html#isLetterOrNumber">TQChar::isLetterOrNumber</a>() or '_').
<tr bgcolor="#d0d0d0"> <td valign="top"><b>&#92;W</b>
<td valign="top">This matches a non-word character.
<tr bgcolor="#f0f0f0"> <td valign="top"><b>&#92;n</b>
@@ -863,7 +863,7 @@ null pointer.
the string will match the start of string anchor, <b>^</b>, in the
regexp, if present. Otherwise, position 0 in <em>str</em> will match.
<p> Use <a href="#search">search</a>() and <a href="#matchedLength">matchedLength</a>() instead of this function.
-<p> <p>See also <a href="tqstring.html#mid">TQString::mid</a>() and <a href="qconststring.html">TQConstString</a>.
+<p> <p>See also <a href="tqstring.html#mid">TQString::mid</a>() and <a href="tqconststring.html">TQConstString</a>.
<p>Example: <a href="qmag-example.html#x1791">qmag/qmag.cpp</a>.
<h3 class=fn>int <a name="matchedLength"></a>TQRegExp::matchedLength () const