summaryrefslogtreecommitdiffstats
path: root/doc/html/qintvalidator.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qintvalidator.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 e9d64352..d104b86f 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>&nbsp;&amp;&nbsp;input, int &amp; ) 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>&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