summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvalidator.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 19:56:49 +0900
commit39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch)
treec38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/tqvalidator.html
parente42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff)
downloadtqt-39f8a475.tar.gz
tqt-39f8a475.zip
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>.