summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqvariant.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/ntqvariant.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt-0917fbb5.tar.gz
tqt-0917fbb5.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>().