diff options
Diffstat (limited to 'doc/man/man3/tqvaluelist.3qt')
-rw-r--r-- | doc/man/man3/tqvaluelist.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqvaluelist.3qt b/doc/man/man3/tqvaluelist.3qt index 78b1ed236..63f54cc7d 100644 --- a/doc/man/man3/tqvaluelist.3qt +++ b/doc/man/man3/tqvaluelist.3qt @@ -219,10 +219,10 @@ Inherited by TQCanvasItemList, TQStringList, and TQValueStack. .SH RELATED FUNCTION DOCUMENTATION .in +1c .ti -1c -.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQValueList<T> & l )" +.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, TQValueList<T> & l )" .br .ti -1c -.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const TQValueList<T> & l )" +.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const TQValueList<T> & l )" .br .in -1c .SH DESCRIPTION @@ -510,7 +510,7 @@ Returns the number of items in the list. See also isEmpty(). .PP Examples: -.)l chart/element.cpp, fileiconview/qfileiconview.cpp, and table/statistics/statistics.cpp. +.)l chart/element.cpp, fileiconview/tqfileiconview.cpp, and table/statistics/statistics.cpp. .SH "bool TQValueList::empty () const" Returns TRUE if the list contains no items; otherwise returns FALSE. .PP @@ -722,11 +722,11 @@ This function is provided for STL compatibility. It is equivalent to count(). .PP See also empty(). .SH RELATED FUNCTION DOCUMENTATION -.SH "QDataStream & operator<< ( QDataStream & s, const TQValueList<T> & l )" +.SH "TQDataStream & operator<< ( TQDataStream & s, const TQValueList<T> & l )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Writes a list, \fIl\fR, to the stream \fIs\fR. The type T stored in the list must implement the streaming operator. -.SH "QDataStream & operator>> ( QDataStream & s, TQValueList<T> & l )" +.SH "TQDataStream & operator>> ( TQDataStream & s, TQValueList<T> & l )" Reads a list, \fIl\fR, from the stream \fIs\fR. The type T stored in the list must implement the streaming operator. |