summaryrefslogtreecommitdiffstats
path: root/doc/html/qintvalidator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qintvalidator.html')
-rw-r--r--doc/html/qintvalidator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qintvalidator.html b/doc/html/qintvalidator.html
index aa1d6d60e..e9d64352d 100644
--- a/doc/html/qintvalidator.html
+++ b/doc/html/qintvalidator.html
@@ -101,12 +101,12 @@ or individually with <a href="#setBottom">setBottom</a>() and <a href="#setTop">
<p> <p>See also <a href="qdoublevalidator.html">TQDoubleValidator</a>, <a href="qregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQIntValidator"></a>TQIntValidator::TQIntValidator ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQIntValidator"></a>TQIntValidator::TQIntValidator ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a validator called <em>name</em> with parent <em>parent</em>, that
accepts all integers.
-<h3 class=fn><a name="TQIntValidator-2"></a>TQIntValidator::TQIntValidator ( int&nbsp;minimum, int&nbsp;maximum, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQIntValidator-2"></a>TQIntValidator::TQIntValidator ( int&nbsp;minimum, int&nbsp;maximum, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a validator called <em>name</em> with parent <em>parent</em>, that
accepts integers from <em>minimum</em> to <em>maximum</em> inclusive.