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 e6072413d..372134dc1 100644
--- a/doc/html/ntqvariant.html
+++ b/doc/html/ntqvariant.html
@@ -252,7 +252,7 @@ contain.
<li><tt>TQVariant::Brush</tt> - a <a href="tqbrush.html">TQBrush</a>
<li><tt>TQVariant::Color</tt> - a <a href="tqcolor.html">TQColor</a>
<li><tt>TQVariant::ColorGroup</tt> - a <a href="tqcolorgroup.html">TQColorGroup</a>
-<li><tt>TQVariant::Cursor</tt> - a <a href="ntqcursor.html">TQCursor</a>
+<li><tt>TQVariant::Cursor</tt> - a <a href="tqcursor.html">TQCursor</a>
<li><tt>TQVariant::Date</tt> - a <a href="tqdate.html">TQDate</a>
<li><tt>TQVariant::DateTime</tt> - a <a href="tqdatetime.html">TQDateTime</a>
<li><tt>TQVariant::Double</tt> - a double
@@ -394,7 +394,7 @@ Constructs a new variant with a region value, <em>val</em>.
</h3>
Constructs a new variant with a bitmap value, <em>val</em>.
-<h3 class=fn><a name="TQVariant-m"></a>TQVariant::TQVariant ( const&nbsp;<a href="ntqcursor.html">TQCursor</a>&nbsp;&amp;&nbsp;val )
+<h3 class=fn><a name="TQVariant-m"></a>TQVariant::TQVariant ( const&nbsp;<a href="tqcursor.html">TQCursor</a>&nbsp;&amp;&nbsp;val )
</h3>
Constructs a new variant with a cursor value, <em>val</em>.
@@ -519,10 +519,10 @@ colors.
<p> Returns a reference to the stored color group.
<p> <p>See also <a href="#toColorGroup">toColorGroup</a>().
-<h3 class=fn><a href="ntqcursor.html">TQCursor</a>&nbsp;&amp; <a name="asCursor"></a>TQVariant::asCursor ()
+<h3 class=fn><a href="tqcursor.html">TQCursor</a>&nbsp;&amp; <a name="asCursor"></a>TQVariant::asCursor ()
</h3>
-<p> Tries to convert the variant to hold a <a href="ntqcursor.html">TQCursor</a> value. If that is
+<p> Tries to convert the variant to hold a <a href="tqcursor.html">TQCursor</a> value. If that is
not possible the variant is set to a default arrow cursor.
<p> Returns a reference to the stored cursor.
<p> <p>See also <a href="#toCursor">toCursor</a>().
@@ -908,9 +908,9 @@ Returns the variant as a <a href="tqcolorgroup.html">TQColorGroup</a> if the var
ColorGroup; otherwise returns a completely black color group.
<p> <p>See also <a href="#asColorGroup">asColorGroup</a>().
-<h3 class=fn>const&nbsp;<a href="ntqcursor.html">TQCursor</a> <a name="toCursor"></a>TQVariant::toCursor () const
+<h3 class=fn>const&nbsp;<a href="tqcursor.html">TQCursor</a> <a name="toCursor"></a>TQVariant::toCursor () const
</h3>
-Returns the variant as a <a href="ntqcursor.html">TQCursor</a> if the variant has <a href="#type">type</a>() Cursor;
+Returns the variant as a <a href="tqcursor.html">TQCursor</a> if the variant has <a href="#type">type</a>() Cursor;
otherwise returns the default arrow cursor.
<p> <p>See also <a href="#asCursor">asCursor</a>().