summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcursor.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqcursor.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcursor.html')
-rw-r--r--doc/html/tqcursor.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqcursor.html b/doc/html/tqcursor.html
index 682e6604..e7234ad3 100644
--- a/doc/html/tqcursor.html
+++ b/doc/html/tqcursor.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
shape.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqcursor-h.html">tqcursor.h</a>&gt;</tt>
-<p>Inherits <a href="ntqt.html">TQt</a>.
+<p>Inherits <a href="tqt.html">TQt</a>.
<p><a href="tqcursor-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -85,7 +85,7 @@ associate a cursor with all widgets (normally for a short period
of time), use <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>().
<p> To set a cursor shape use <a href="#setShape">TQCursor::setShape</a>() or use the TQCursor
constructor which takes the shape as argument, or you can use one
-of the predefined cursors defined in the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum.
+of the predefined cursors defined in the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum.
<p> If you want to create a cursor with your own bitmap, either use
the TQCursor constructor which takes a bitmap and a mask or the
constructor which takes a pixmap as arguments.
@@ -131,7 +131,7 @@ Constructs a cursor with the default arrow shape.
<h3 class=fn><a name="TQCursor-2"></a>TQCursor::TQCursor ( int&nbsp;shape )
</h3>
Constructs a cursor with the specified <em>shape</em>.
-<p> See <a href="ntqt.html#CursorShape-enum">CursorShape</a> for a list of shapes.
+<p> See <a href="tqt.html#CursorShape-enum">CursorShape</a> for a list of shapes.
<p> <p>See also <a href="#setShape">setShape</a>().
<h3 class=fn><a name="TQCursor-3"></a>TQCursor::TQCursor ( const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;bitmap, const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;&amp;&nbsp;mask, int&nbsp;hotX = -1, int&nbsp;hotY = -1 )
@@ -252,13 +252,13 @@ This is an overloaded member function, provided for convenience. It behaves esse
<h3 class=fn>void <a name="setShape"></a>TQCursor::setShape ( int&nbsp;shape )
</h3>
Sets the cursor to the shape identified by <em>shape</em>.
-<p> See <a href="ntqt.html#CursorShape-enum">CursorShape</a> for the list of cursor shapes.
+<p> See <a href="tqt.html#CursorShape-enum">CursorShape</a> for the list of cursor shapes.
<p> <p>See also <a href="#shape">shape</a>().
<h3 class=fn>int <a name="shape"></a>TQCursor::shape () const
</h3>
Returns the cursor shape identifier. The return value is one of
-the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an int).
+the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an int).
<p> <p>See also <a href="#setShape">setShape</a>().
<hr><h2>Related Functions</h2>