diff options
Diffstat (limited to 'doc/man/man3/tqcursor.3qt')
-rw-r--r-- | doc/man/man3/tqcursor.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqcursor.3qt b/doc/man/man3/tqcursor.3qt index c8c0b23ef..3b86bbbf9 100644 --- a/doc/man/man3/tqcursor.3qt +++ b/doc/man/man3/tqcursor.3qt @@ -82,10 +82,10 @@ Inherits Qt. .SH RELATED FUNCTION DOCUMENTATION .in +1c .ti -1c -.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QCursor & c )" +.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QCursor & c )" .br .ti -1c -.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QCursor & c )" +.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QCursor & c )" .br .in -1c .SH DESCRIPTION @@ -198,7 +198,7 @@ You can call TQWidget::mapFromGlobal() to translate it to widget coordinates. See also setPos(), TQWidget::mapFromGlobal(), and TQWidget::mapToGlobal(). .PP Examples: -.)l chart/canvasview.cpp, fileiconview/qfileiconview.cpp, and menu/menu.cpp. +.)l chart/canvasview.cpp, fileiconview/tqfileiconview.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 @@ -218,14 +218,14 @@ Returns the cursor shape identifier. The return value is one of the CursorShape .PP See also setShape(). .SH RELATED FUNCTION DOCUMENTATION -.SH "QDataStream & operator<< ( QDataStream & s, const QCursor & c )" +.SH "TQDataStream & operator<< ( TQDataStream & s, const QCursor & c )" Writes the cursor \fIc\fR to the stream \fIs\fR. .PP -See also Format of the QDataStream operators. -.SH "QDataStream & operator>> ( QDataStream & s, QCursor & c )" +See also Format of the TQDataStream operators. +.SH "TQDataStream & operator>> ( TQDataStream & s, QCursor & c )" Reads a cursor from the stream \fIs\fR and sets \fIc\fR to the read data. .PP -See also Format of the QDataStream operators. +See also Format of the TQDataStream operators. .SH "SEE ALSO" .BR http://doc.trolltech.com/ntqcursor.html |