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.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qintvalidator.html b/doc/html/qintvalidator.html
index 119a8116a..fd884e243 100644
--- a/doc/html/qintvalidator.html
+++ b/doc/html/qintvalidator.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qvalidator.cpp:181 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqvalidator.cpp:181 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQIntValidator class provides a validator which ensures
that a string contains a valid integer within a specified range.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qvalidator-h.html">ntqvalidator.h</a>&gt;</tt>
-<p>Inherits <a href="ntqvalidator.html">TQValidator</a>.
+<p><tt>#include &lt;<a href="tqvalidator-h.html">tqvalidator.h</a>&gt;</tt>
+<p>Inherits <a href="tqvalidator.html">TQValidator</a>.
<p><a href="qintvalidator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -62,7 +62,7 @@ that a string contains a valid integer within a specified range.
<p>
<p> Example of use:
<p> <pre>
- <a href="ntqvalidator.html">TQValidator</a>* validator = new TQIntValidator( 100, 999, this );
+ <a href="tqvalidator.html">TQValidator</a>* validator = new TQIntValidator( 100, 999, this );
<a href="tqlineedit.html">TQLineEdit</a>* edit = new <a href="tqlineedit.html">TQLineEdit</a>( this );
// the edit lineedit will only accept integers between 100 and 999
@@ -98,7 +98,7 @@ normally be associated with a widget as in the example above.
<p> The minimum and maximum values are set in one call with <a href="#setRange">setRange</a>()
or individually with <a href="#setBottom">setBottom</a>() and <a href="#setTop">setTop</a>().
-<p> <p>See also <a href="qdoublevalidator.html">TQDoubleValidator</a>, <a href="tqregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>.
+<p> <p>See also <a href="tqdoublevalidator.html">TQDoubleValidator</a>, <a href="tqregexpvalidator.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="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
@@ -131,11 +131,11 @@ See the <a href="qintvalidator.html#top-prop">"top"</a> property for details.
<h3 class=fn>int <a name="top"></a>TQIntValidator::top () const
</h3><p>Returns the validator's highest acceptable value.
See the <a href="qintvalidator.html#top-prop">"top"</a> property for details.
-<h3 class=fn><a href="ntqvalidator.html#State-enum">TQValidator::State</a> <a name="validate"></a>TQIntValidator::validate ( <a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;input, int &amp; ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqvalidator.html#State-enum">TQValidator::State</a> <a name="validate"></a>TQIntValidator::validate ( <a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;input, int &amp; ) const<tt> [virtual]</tt>
</h3>
-Returns <a href="ntqvalidator.html#State-enum">Acceptable</a> if the <em>input</em> is an integer within the
-valid range, <a href="ntqvalidator.html#State-enum">Intermediate</a> if the <em>input</em> is an integer outside
-the valid range and <a href="ntqvalidator.html#State-enum">Invalid</a> if the <em>input</em> is not an integer.
+Returns <a href="tqvalidator.html#State-enum">Acceptable</a> if the <em>input</em> is an integer within the
+valid range, <a href="tqvalidator.html#State-enum">Intermediate</a> if the <em>input</em> is an integer outside
+the valid range and <a href="tqvalidator.html#State-enum">Invalid</a> if the <em>input</em> is not an integer.
<p> Note: If the valid range consists of just positive integers (e.g. 32 - 100)
and <em>input</em> is a negative integer then Invalid is returned.
<p> <pre>
@@ -151,7 +151,7 @@ and <em>input</em> is a negative integer then Invalid is returned.
</pre>
-<p>Reimplemented from <a href="ntqvalidator.html#validate">TQValidator</a>.
+<p>Reimplemented from <a href="tqvalidator.html#validate">TQValidator</a>.
<hr><h2>Property Documentation</h2>
<h3 class=fn>int <a name="bottom-prop"></a>bottom</h3>
<p>This property holds the validator's lowest acceptable value.