summaryrefslogtreecommitdiffstats
path: root/doc/html/qtimeedit.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qtimeedit.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-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/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 ba425b58..a5f2aeaa 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.