diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqvalidator.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqvalidator.html')
-rw-r--r-- | doc/html/ntqvalidator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqvalidator.html b/doc/html/ntqvalidator.html index 288426725..4dc8ef5cc 100644 --- a/doc/html/ntqvalidator.html +++ b/doc/html/ntqvalidator.html @@ -112,7 +112,7 @@ passed on to the <a href="tqobject.html">TQObject</a> constructor. Destroys the validator, freeing any storage and other resources used. -<h3 class=fn>void <a name="fixup"></a>TQValidator::fixup ( <a href="ntqstring.html">TQString</a> & input ) const<tt> [virtual]</tt> +<h3 class=fn>void <a name="fixup"></a>TQValidator::fixup ( <a href="tqstring.html">TQString</a> & input ) const<tt> [virtual]</tt> </h3> <p> This function attempts to change <em>input</em> to be valid according to @@ -127,7 +127,7 @@ want to remove whitespace from the start and end of the string, even if the resulting string is not in the list of accepted surnames. -<h3 class=fn><a href="ntqvalidator.html#State-enum">State</a> <a name="validate"></a>TQValidator::validate ( <a href="ntqstring.html">TQString</a> & input, int & pos ) const<tt> [pure virtual]</tt> +<h3 class=fn><a href="ntqvalidator.html#State-enum">State</a> <a name="validate"></a>TQValidator::validate ( <a href="tqstring.html">TQString</a> & input, int & pos ) const<tt> [pure virtual]</tt> </h3> <p> This pure virtual function returns <a href="#State-enum">Invalid</a> if <em>input</em> is |