summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcursor.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcursor.html')
-rw-r--r--doc/html/tqcursor.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqcursor.html b/doc/html/tqcursor.html
index 117294741..3b68b69ea 100644
--- a/doc/html/tqcursor.html
+++ b/doc/html/tqcursor.html
@@ -81,7 +81,7 @@ of the mouse cursor.
custom cursor shapes based on a <a href="tqbitmap.html">TQBitmap</a>, a mask and a hotspot.
<p> To associate a cursor with a widget, use <a href="tqwidget.html#setCursor">TQWidget::setCursor</a>(). To
associate a cursor with all widgets (normally for a short period
-of time), use <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>().
+of time), use <a href="tqapplication.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="tqt.html#CursorShape-enum">CursorShape</a> enum.
@@ -196,7 +196,7 @@ cursors.
<h3 class=fn>void <a name="cleanup"></a>TQCursor::cleanup ()<tt> [static]</tt>
</h3>
Internal function that deinitializes the predefined cursors.
-This function is called from the <a href="ntqapplication.html">TQApplication</a> destructor.
+This function is called from the <a href="tqapplication.html">TQApplication</a> destructor.
<p> <p>See also <a href="#initialize">initialize</a>().
<h3 class=fn>HANDLE <a name="handle"></a>TQCursor::handle () const
@@ -214,7 +214,7 @@ standard cursors.
<h3 class=fn>void <a name="initialize"></a>TQCursor::initialize ()<tt> [static]</tt>
</h3>
Internal function that initializes the predefined cursors.
-This function is called from the <a href="ntqapplication.html">TQApplication</a> constructor.
+This function is called from the <a href="tqapplication.html">TQApplication</a> constructor.
<p> <p>See also <a href="#cleanup">cleanup</a>().
<h3 class=fn>const&nbsp;<a href="tqbitmap.html">TQBitmap</a>&nbsp;* <a name="mask"></a>TQCursor::mask () const