summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcursor.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcursor.3qt')
-rw-r--r--doc/man/man3/tqcursor.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcursor.3qt b/doc/man/man3/tqcursor.3qt
index b308c7cbb..e107fe863 100644
--- a/doc/man/man3/tqcursor.3qt
+++ b/doc/man/man3/tqcursor.3qt
@@ -95,7 +95,7 @@ This class is mainly used to create mouse cursors that are associated with parti
.PP
Qt has a number of standard cursor shapes, but you can also make custom cursor shapes based on a TQBitmap, a mask and a hotspot.
.PP
-To associate a cursor with a widget, use TQWidget::setCursor(). To associate a cursor with all widgets (normally for a short period of time), use QApplication::setOverrideCursor().
+To associate a cursor with a widget, use TQWidget::setCursor(). To associate a cursor with all widgets (normally for a short period of time), use TQApplication::setOverrideCursor().
.PP
To set a cursor shape use TQCursor::setShape() or use the TQCursor constructor which takes the shape as argument, or you can use one of the predefined cursors defined in the CursorShape enum.
.PP
@@ -173,7 +173,7 @@ Destroys the cursor.
.SH "const TQBitmap * TQCursor::bitmap () const"
Returns the cursor bitmap, or 0 if it is one of the standard cursors.
.SH "void TQCursor::cleanup ()\fC [static]\fR"
-Internal function that deinitializes the predefined cursors. This function is called from the QApplication destructor.
+Internal function that deinitializes the predefined cursors. This function is called from the TQApplication destructor.
.PP
See also initialize().
.SH "HANDLE TQCursor::handle () const"
@@ -183,7 +183,7 @@ Returns the window system cursor handle.
.SH "TQPoint TQCursor::hotSpot () const"
Returns the cursor hot spot, or (0, 0) if it is one of the standard cursors.
.SH "void TQCursor::initialize ()\fC [static]\fR"
-Internal function that initializes the predefined cursors. This function is called from the QApplication constructor.
+Internal function that initializes the predefined cursors. This function is called from the TQApplication constructor.
.PP
See also cleanup().
.SH "const TQBitmap * TQCursor::mask () const"