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.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqcursor.3qt b/doc/man/man3/tqcursor.3qt
index d9b5f8b4..a8d3219e 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 QBitmap, a mask and a hotspot.
.PP
-To associate a cursor with a widget, use QWidget::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 QApplication::setOverrideCursor().
.PP
To set a cursor shape use QCursor::setShape() or use the QCursor constructor which takes the shape as argument, or you can use one of the predefined cursors defined in the CursorShape enum.
.PP
@@ -109,7 +109,7 @@ To set or get the position of the mouse cursor use the static methods QCursor::p
.PP
</center>
.PP
-See also QWidget, GUI Design Handbook: Cursors, Widget Appearance and Style, and Implicitly and Explicitly Shared Classes.
+See also TQWidget, GUI Design Handbook: Cursors, Widget Appearance and Style, and Implicitly and Explicitly Shared Classes.
.PP
On X11, TQt supports the Xcursor library, which allows for full color icon themes. The table below shows the cursor name used for each Qt::CursorShape value. If a cursor cannot be found using the name shown below, a standard X11 cursor will be used instead. Note: X11 does not provide appropriate cursors for all possible Qt::CursorShape values. It is possible that some cursors will be taken from the Xcursor theme, while others will use an internal bitmap cursor.
.PP
@@ -193,18 +193,18 @@ Assigns \fIc\fR to this cursor and returns a reference to this cursor.
.SH "QPoint QCursor::pos ()\fC [static]\fR"
Returns the position of the cursor (hot spot) in global screen coordinates.
.PP
-You can call QWidget::mapFromGlobal() to translate it to widget coordinates.
+You can call TQWidget::mapFromGlobal() to translate it to widget coordinates.
.PP
-See also setPos(), QWidget::mapFromGlobal(), and QWidget::mapToGlobal().
+See also setPos(), TQWidget::mapFromGlobal(), and TQWidget::mapToGlobal().
.PP
Examples:
.)l chart/canvasview.cpp, fileiconview/qfileiconview.cpp, and menu/menu.cpp.
.SH "void QCursor::setPos ( int x, int y )\fC [static]\fR"
Moves the cursor (hot spot) to the global screen position (\fIx\fR, \fIy\fR).
.PP
-You can call QWidget::mapToGlobal() to translate widget coordinates to global screen coordinates.
+You can call TQWidget::mapToGlobal() to translate widget coordinates to global screen coordinates.
.PP
-See also pos(), QWidget::mapFromGlobal(), and QWidget::mapToGlobal().
+See also pos(), TQWidget::mapFromGlobal(), and TQWidget::mapToGlobal().
.SH "void QCursor::setPos ( const QPoint & )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.SH "void QCursor::setShape ( int shape )"