summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvalidator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvalidator.html')
-rw-r--r--doc/html/tqvalidator.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqvalidator.html b/doc/html/tqvalidator.html
index 8d9cbfdf6..6c15be8a3 100644
--- a/doc/html/tqvalidator.html
+++ b/doc/html/tqvalidator.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqvalidator-h.html">tqvalidator.h</a>&gt;</tt>
<p>Inherits <a href="tqobject.html">TQObject</a>.
-<p>Inherited by <a href="qintvalidator.html">TQIntValidator</a>, <a href="tqdoublevalidator.html">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html">TQRegExpValidator</a>.
+<p>Inherited by <a href="tqintvalidator.html">TQIntValidator</a>, <a href="tqdoublevalidator.html">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html">TQRegExpValidator</a>.
<p><a href="tqvalidator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -51,7 +51,7 @@ body { background: #ffffff; color: black; }
The TQValidator class provides validation of input text.
<p>
-<p> The class itself is abstract. Two subclasses, <a href="qintvalidator.html">TQIntValidator</a> and
+<p> The class itself is abstract. Two subclasses, <a href="tqintvalidator.html">TQIntValidator</a> and
<a href="tqdoublevalidator.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
@@ -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="tqdoublevalidator.html#validate">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html#validate">TQRegExpValidator</a>.
+<p>Reimplemented in <a href="tqintvalidator.html#validate">TQIntValidator</a>, <a href="tqdoublevalidator.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>.