summaryrefslogtreecommitdiffstats
path: root/doc/html/qdateedit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdateedit.html')
-rw-r--r--doc/html/qdateedit.html6
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&nbsp;sec )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="sectionFormattedText"></a>TQDateEdit::sectionFormattedText ( int&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setSeparator"></a>TQDateEdit::setSeparator ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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.