summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqiodevice.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqiodevice.3qt')
-rw-r--r--doc/man/man3/tqiodevice.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqiodevice.3qt b/doc/man/man3/tqiodevice.3qt
index 3bf3f3539..4974d1058 100644
--- a/doc/man/man3/tqiodevice.3qt
+++ b/doc/man/man3/tqiodevice.3qt
@@ -114,10 +114,10 @@ Inherited by QBuffer, QFile, QSocket, and QSocketDevice.
.BI "virtual TQ_LONG \fBreadLine\fR ( char * data, TQ_ULONG maxlen )"
.br
.ti -1c
-.BI "TQ_LONG \fBwriteBlock\fR ( const QByteArray & data )"
+.BI "TQ_LONG \fBwriteBlock\fR ( const TQByteArray & data )"
.br
.ti -1c
-.BI "virtual QByteArray \fBreadAll\fR ()"
+.BI "virtual TQByteArray \fBreadAll\fR ()"
.br
.ti -1c
.BI "virtual int \fBgetch\fR () = 0"
@@ -424,7 +424,7 @@ See also getch() and ungetch().
Example: grapher/grapher.cpp.
.PP
Reimplemented in QFile and QSocket.
-.SH "QByteArray TQIODevice::readAll ()\fC [virtual]\fR"
+.SH "TQByteArray TQIODevice::readAll ()\fC [virtual]\fR"
This convenience function returns all of the remaining data in the device.
.SH "TQ_LONG TQIODevice::readBlock ( char * data, TQ_ULONG maxlen )\fC [pure virtual]\fR"
Reads at most \fImaxlen\fR bytes from the I/O device into \fIdata\fR and returns the number of bytes actually read.
@@ -519,7 +519,7 @@ See also readBlock().
Example: distributor/distributor.ui.h.
.PP
Reimplemented in QBuffer, QSocket, and QSocketDevice.
-.SH "TQ_LONG TQIODevice::writeBlock ( const QByteArray & data )"
+.SH "TQ_LONG TQIODevice::writeBlock ( const TQByteArray & data )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This convenience function is the same as calling writeBlock(