diff options
Diffstat (limited to 'doc/html/qintvalidator.html')
-rw-r--r-- | doc/html/qintvalidator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qintvalidator.html b/doc/html/qintvalidator.html index e9d64352d..d104b86fc 100644 --- a/doc/html/qintvalidator.html +++ b/doc/html/qintvalidator.html @@ -72,7 +72,7 @@ that a string contains a valid integer within a specified range. <p> Below we present some examples of validators. In practice they would normally be associated with a widget as in the example above. <p> <pre> - <a href="ntqstring.html">TQString</a> str; + <a href="tqstring.html">TQString</a> str; int pos = 0; TQIntValidator v( 100, 999, this ); @@ -131,7 +131,7 @@ 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="ntqstring.html">TQString</a> & input, int & ) const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqvalidator.html#State-enum">TQValidator::State</a> <a name="validate"></a>TQIntValidator::validate ( <a href="tqstring.html">TQString</a> & input, int & ) 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 |