summaryrefslogtreecommitdiffstats
path: root/doc/html/qtimeedit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtimeedit.html')
-rw-r--r--doc/html/qtimeedit.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtimeedit.html b/doc/html/qtimeedit.html
index ba425b58f..a5f2aeaac 100644
--- a/doc/html/qtimeedit.html
+++ b/doc/html/qtimeedit.html
@@ -149,13 +149,13 @@ See the <a href="qtimeedit.html#maxValue-prop">"maxValue"</a> property for detai
<h3 class=fn><a href="qtime.html">TQTime</a> <a name="minValue"></a>TQTimeEdit::minValue () const
</h3><p>Returns the minimum time value.
See the <a href="qtimeedit.html#minValue-prop">"minValue"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="sectionFormattedText"></a>TQTimeEdit::sectionFormattedText ( int&nbsp;sec )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="sectionFormattedText"></a>TQTimeEdit::sectionFormattedText ( int&nbsp;sec )<tt> [virtual protected]</tt>
</h3>
Returns the formatted number for section <em>sec</em>. This will
correspond to either the hour, minute or second section, depending
on <em>sec</em>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="separator"></a>TQTimeEdit::separator () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="separator"></a>TQTimeEdit::separator () const
</h3>
Returns the editor's separator.
@@ -191,7 +191,7 @@ Similarly, if <em>max</em> is invalid no maximum time is set.
Sets the second to <em>s</em>, which must be a valid second, i.e. in the
range 0..59.
-<h3 class=fn>void <a name="setSeparator"></a>TQTimeEdit::setSeparator ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setSeparator"></a>TQTimeEdit::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.