summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqvariant.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqvariant.html')
-rw-r--r--doc/html/ntqvariant.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqvariant.html b/doc/html/ntqvariant.html
index 372134dc1..19a0f0063 100644
--- a/doc/html/ntqvariant.html
+++ b/doc/html/ntqvariant.html
@@ -260,7 +260,7 @@ contain.
<li><tt>TQVariant::IconSet</tt> - a <a href="tqiconset.html">TQIconSet</a>
<li><tt>TQVariant::Image</tt> - a <a href="tqimage.html">TQImage</a>
<li><tt>TQVariant::Int</tt> - an int
-<li><tt>TQVariant::KeySequence</tt> - a <a href="ntqkeysequence.html">TQKeySequence</a>
+<li><tt>TQVariant::KeySequence</tt> - a <a href="tqkeysequence.html">TQKeySequence</a>
<li><tt>TQVariant::List</tt> - a <a href="tqvaluelist.html">TQValueList</a><TQVariant>
<li><tt>TQVariant::LongLong</tt> - a long long
<li><tt>TQVariant::ULongLong</tt> - an unsigned long long
@@ -418,7 +418,7 @@ Constructs a new variant with a bytearray value, <em>val</em>.
</h3>
Constructs a new variant with a bitarray value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-s"></a>TQVariant::TQVariant ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;val )
+<h3 class=fn><a name="TQVariant-s"></a>TQVariant::TQVariant ( const&nbsp;<a href="tqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;val )
</h3>
Constructs a new variant with a key sequence value, <em>val</em>.
@@ -575,10 +575,10 @@ not possible the variant is set to a null image.
</h3>
Returns the variant's value as int reference.
-<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp; <a name="asKeySequence"></a>TQVariant::asKeySequence ()
+<h3 class=fn><a href="tqkeysequence.html">TQKeySequence</a>&nbsp;&amp; <a name="asKeySequence"></a>TQVariant::asKeySequence ()
</h3>
-<p> Tries to convert the variant to hold a <a href="ntqkeysequence.html">TQKeySequence</a> value. If that
+<p> Tries to convert the variant to hold a <a href="tqkeysequence.html">TQKeySequence</a> value. If that
is not possible then the variant is set to an empty key sequence.
<p> Returns a reference to the stored key sequence.
<p> <p>See also <a href="#toKeySequence">toKeySequence</a>().
@@ -966,9 +966,9 @@ otherwise returns 0.
converted to an int; otherwise <em>*ok</em> is set to FALSE.
<p> <p>See also <a href="#asInt">asInt</a>() and <a href="#canCast">canCast</a>().
-<h3 class=fn>const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a> <a name="toKeySequence"></a>TQVariant::toKeySequence () const
+<h3 class=fn>const&nbsp;<a href="tqkeysequence.html">TQKeySequence</a> <a name="toKeySequence"></a>TQVariant::toKeySequence () const
</h3>
-Returns the variant as a <a href="ntqkeysequence.html">TQKeySequence</a> if the variant can be cast
+Returns the variant as a <a href="tqkeysequence.html">TQKeySequence</a> if the variant can be cast
to a KeySequence; otherwise returns an empty key sequence.
<p> <p>See also <a href="#asKeySequence">asKeySequence</a>() and <a href="#canCast">canCast</a>().