summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqvalidator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqvalidator.html')
-rw-r--r--doc/html/ntqvalidator.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqvalidator.html b/doc/html/ntqvalidator.html
index 4dc8ef5cc..ba4ce08a1 100644
--- a/doc/html/ntqvalidator.html
+++ b/doc/html/ntqvalidator.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qvalidator-h.html">ntqvalidator.h</a>&gt;</tt>
<p>Inherits <a href="tqobject.html">TQObject</a>.
-<p>Inherited by <a href="qintvalidator.html">TQIntValidator</a>, <a href="qdoublevalidator.html">TQDoubleValidator</a>, and <a href="qregexpvalidator.html">TQRegExpValidator</a>.
+<p>Inherited by <a href="qintvalidator.html">TQIntValidator</a>, <a href="qdoublevalidator.html">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html">TQRegExpValidator</a>.
<p><a href="qvalidator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -52,7 +52,7 @@ The TQValidator class provides validation of input text.
<p>
<p> The class itself is abstract. Two subclasses, <a href="qintvalidator.html">TQIntValidator</a> and
-<a href="qdoublevalidator.html">TQDoubleValidator</a>, provide basic numeric-range checking, and <a href="qregexpvalidator.html">TQRegExpValidator</a> provides general checking using a custom <a href="ntqregexp.html#regular-expression">regular expression</a>.
+<a href="qdoublevalidator.html">TQDoubleValidator</a>, provide basic numeric-range checking, and <a href="tqregexpvalidator.html">TQRegExpValidator</a> provides general checking using a custom <a href="tqregexp.html#regular-expression">regular expression</a>.
<p> If the built-in validators aren't sufficient, you can subclass
TQValidator. The class has two virtual functions: <a href="#validate">validate</a>() and
<a href="#fixup">fixup</a>().
@@ -139,7 +139,7 @@ valid.
<p> The function can change <em>input</em> and <em>pos</em> (the cursor position)
if it wants to.
-<p>Reimplemented in <a href="qintvalidator.html#validate">TQIntValidator</a>, <a href="qdoublevalidator.html#validate">TQDoubleValidator</a>, and <a href="qregexpvalidator.html#validate">TQRegExpValidator</a>.
+<p>Reimplemented in <a href="qintvalidator.html#validate">TQIntValidator</a>, <a href="qdoublevalidator.html#validate">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html#validate">TQRegExpValidator</a>.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">TQt toolkit</a>.