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.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qdateedit.html b/doc/html/qdateedit.html
index 29ac63f6..b4f59d73 100644
--- a/doc/html/qdateedit.html
+++ b/doc/html/qdateedit.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQDateEdit class provides a date editor.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qdatetimeedit-h.html">qdatetimeedit.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qdatetimeedit-h.html">ntqdatetimeedit.h</a>&gt;</tt>
<p>Inherits <a href="qdatetimeeditbase.html">TQDateTimeEditBase</a>.
<p><a href="qdateedit-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -120,7 +120,7 @@ character using TQDateTimeEditor::setSeparator(), by default the
separator will be taken from the systems settings. If that is
not possible, it defaults to "-".
<p> <center><img src="datetimewidgets.png" alt="Date Time Widgets"></center>
-<p> <p>See also <a href="qdate.html">TQDate</a>, <a href="qtimeedit.html">TQTimeEdit</a>, <a href="qdatetimeedit.html">TQDateTimeEdit</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="time.html">Time and Date</a>.
+<p> <p>See also <a href="qdate.html">TQDate</a>, <a href="qtimeedit.html">TQTimeEdit</a>, <a href="ntqdatetimeedit.html">TQDateTimeEdit</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="time.html">Time and Date</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="Order-enum"></a>TQDateEdit::Order</h3>
@@ -135,12 +135,12 @@ date appear.
not be used)
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDateEdit"></a>TQDateEdit::TQDateEdit ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDateEdit"></a>TQDateEdit::TQDateEdit ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs an empty date editor which is a child of <em>parent</em> and
called name <em>name</em>.
-<h3 class=fn><a name="TQDateEdit-2"></a>TQDateEdit::TQDateEdit ( const&nbsp;<a href="qdate.html">TQDate</a>&nbsp;&amp;&nbsp;date, <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDateEdit-2"></a>TQDateEdit::TQDateEdit ( const&nbsp;<a href="qdate.html">TQDate</a>&nbsp;&amp;&nbsp;date, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Constructs a date editor with the initial value <em>date</em>, parent <em>parent</em> and called <em>name</em>.
@@ -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="qstring.html">TQString</a> <a name="sectionFormattedText"></a>TQDateEdit::sectionFormattedText ( int&nbsp;sec )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="ntqstring.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="qstring.html">TQString</a> <a name="separator"></a>TQDateEdit::separator () const
+<h3 class=fn><a href="ntqstring.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="qstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
+<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>
Sets the separator to <em>s</em>. Note that currently only the first
character of <em>s</em> is used.