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/qdateedit.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-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/qdateedit.html')
-rw-r--r-- | doc/html/qdateedit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qdateedit.html b/doc/html/qdateedit.html index 29d7e8a60..58205d31c 100644 --- a/doc/html/qdateedit.html +++ b/doc/html/qdateedit.html @@ -180,14 +180,14 @@ See the <a href="qdateedit.html#minValue-prop">"minValue"</a> property for detai <h3 class=fn><a href="qdateedit.html#Order-enum">Order</a> <a name="order"></a>TQDateEdit::order () const </h3><p>Returns the order in which the year, month and day appear. See the <a href="qdateedit.html#order-prop">"order"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="sectionFormattedText"></a>TQDateEdit::sectionFormattedText ( int sec )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="sectionFormattedText"></a>TQDateEdit::sectionFormattedText ( int sec )<tt> [virtual protected]</tt> </h3> Returns the formatted number for section <em>sec</em>. This will correspond to either the year, month or day section, depending on the current display order. <p> <p>See also <a href="#order-prop">order</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="separator"></a>TQDateEdit::separator () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="separator"></a>TQDateEdit::separator () const </h3> Returns the editor's separator. @@ -221,7 +221,7 @@ See the <a href="qdateedit.html#order-prop">"order"</a> property for details. Sets the valid input range for the editor to be from <em>min</em> to <em>max</em> inclusive. If <em>min</em> is invalid no minimum date will be set. Similarly, if <em>max</em> is invalid no maximum date will be set. -<h3 class=fn>void <a name="setSeparator"></a>TQDateEdit::setSeparator ( const <a href="ntqstring.html">TQString</a> & s )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setSeparator"></a>TQDateEdit::setSeparator ( const <a href="tqstring.html">TQString</a> & s )<tt> [virtual]</tt> </h3> Sets the separator to <em>s</em>. Note that currently only the first character of <em>s</em> is used. |