summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpoint.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpoint.3qt')
-rw-r--r--doc/man/man3/tqpoint.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqpoint.3qt b/doc/man/man3/tqpoint.3qt
index 1f042cb1d..862870427 100644
--- a/doc/man/man3/tqpoint.3qt
+++ b/doc/man/man3/tqpoint.3qt
@@ -98,10 +98,10 @@ QPoint \- Defines a point in the plane
.BI "const QPoint \fBoperator/\fR ( const QPoint & p, double c )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QPoint & p )"
+.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QPoint & p )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QPoint & p )"
+.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QPoint & p )"
.br
.in -1c
.SH DESCRIPTION
@@ -295,14 +295,14 @@ Returns the x coordinate of the point.
See also setX() and y().
.PP
Examples:
-.)l canvas/canvas.cpp, chart/canvasview.cpp, dirview/dirview.cpp, fileiconview/qfileiconview.cpp, helpsystem/tooltip.cpp, life/life.cpp, and t14/cannon.cpp.
+.)l canvas/canvas.cpp, chart/canvasview.cpp, dirview/dirview.cpp, fileiconview/tqfileiconview.cpp, helpsystem/tooltip.cpp, life/life.cpp, and t14/cannon.cpp.
.SH "int QPoint::y () const"
Returns the y coordinate of the point.
.PP
See also setY() and x().
.PP
Examples:
-.)l canvas/canvas.cpp, chart/canvasview.cpp, fileiconview/qfileiconview.cpp, helpsystem/tooltip.cpp, life/life.cpp, t14/cannon.cpp, and themes/wood.cpp.
+.)l canvas/canvas.cpp, chart/canvasview.cpp, fileiconview/tqfileiconview.cpp, helpsystem/tooltip.cpp, life/life.cpp, t14/cannon.cpp, and themes/wood.cpp.
.SH RELATED FUNCTION DOCUMENTATION
.SH "bool operator!= ( const QPoint & p1, const QPoint & p2 )"
Returns TRUE if \fIp1\fR and \fIp2\fR are not equal; otherwise returns FALSE.
@@ -340,16 +340,16 @@ This is an overloaded member function, provided for convenience. It behaves esse
Returns the QPoint formed by dividing both components of \fIp\fR by \fIc\fR.
.PP
Note that the result is truncated because points are held as integers.
-.SH "QDataStream & operator<< ( QDataStream & s, const QPoint & p )"
+.SH "TQDataStream & operator<< ( TQDataStream & s, const QPoint & p )"
Writes point \fIp\fR to the stream \fIs\fR and returns a reference to the stream.
.PP
-See also Format of the QDataStream operators.
+See also Format of the TQDataStream operators.
.SH "bool operator== ( const QPoint & p1, const QPoint & p2 )"
Returns TRUE if \fIp1\fR and \fIp2\fR are equal; otherwise returns FALSE.
-.SH "QDataStream & operator>> ( QDataStream & s, QPoint & p )"
+.SH "TQDataStream & operator>> ( TQDataStream & s, QPoint & p )"
Reads a QPoint from the stream \fIs\fR into point \fIp\fR and returns a reference to the stream.
.PP
-See also Format of the QDataStream operators.
+See also Format of the TQDataStream operators.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/ntqpoint.html