summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwheelevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwheelevent.3qt')
-rw-r--r--doc/man/man3/tqwheelevent.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqwheelevent.3qt b/doc/man/man3/tqwheelevent.3qt
index 4df7ddff7..290b161aa 100644
--- a/doc/man/man3/tqwheelevent.3qt
+++ b/doc/man/man3/tqwheelevent.3qt
@@ -74,7 +74,7 @@ See also QMouseEvent, TQWidget::grabMouse(), and Event Classes.
.SH "QWheelEvent::QWheelEvent ( const TQPoint & pos, int delta, int state, Orientation orient = Vertical )"
Constructs a wheel event object.
.PP
-The globalPos() is initialized to QCursor::pos(), i.e. \fIpos\fR, which is usually (but not always) right. Use the other constructor if you need to specify the global position explicitly. \fIdelta\fR contains the rotation distance, \fIstate\fR holds the keyboard modifier flags at the time of the event and \fIorient\fR holds the wheel's orientation.
+The globalPos() is initialized to TQCursor::pos(), i.e. \fIpos\fR, which is usually (but not always) right. Use the other constructor if you need to specify the global position explicitly. \fIdelta\fR contains the rotation distance, \fIstate\fR holds the keyboard modifier flags at the time of the event and \fIorient\fR holds the wheel's orientation.
.PP
See also pos(), delta(), and state().
.SH "QWheelEvent::QWheelEvent ( const TQPoint & pos, const TQPoint & globalPos, int delta, int state, Orientation orient = Vertical )"
@@ -94,7 +94,7 @@ Returns the distance that the wheel is rotated expressed in multiples or divisio
.PP
The \fIwheel delta\fR constant was defined to be 120 by wheel mouse vendors to allow building finer-resolution wheels in the future, including perhaps a freely rotating wheel with no notches. The expectation is that such a device would send more messages per rotation but with a smaller value in each message.
.SH "const TQPoint & QWheelEvent::globalPos () const"
-Returns the global position of the mouse pointer \fIat the time of the event\fR. This is important on asynchronous window systems such as X11; whenever you move your widgets around in response to mouse events, globalPos() can differ a lot from the current pointer position QCursor::pos().
+Returns the global position of the mouse pointer \fIat the time of the event\fR. This is important on asynchronous window systems such as X11; whenever you move your widgets around in response to mouse events, globalPos() can differ a lot from the current pointer position TQCursor::pos().
.PP
See also globalX() and globalY().
.SH "int QWheelEvent::globalX () const"