summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbuffer.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqbuffer.3qt')
-rw-r--r--doc/man/man3/tqbuffer.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqbuffer.3qt b/doc/man/man3/tqbuffer.3qt
index 83c3252b..1b0b5b1e 100644
--- a/doc/man/man3/tqbuffer.3qt
+++ b/doc/man/man3/tqbuffer.3qt
@@ -13,7 +13,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.PP
\fC#include <ntqbuffer.h>\fR
.PP
-Inherits QIODevice.
+Inherits TQIODevice.
.PP
.SS "Public Members"
.in +1c
@@ -50,9 +50,9 @@ Use open() to open the buffer before use and to set the mode (read-only, write-o
.PP
A common way to use QBuffer is through QDataStream or QTextStream, which have constructors that take a QBuffer parameter. For convenience, there are also QDataStream and QTextStream constructors that take a QByteArray parameter. These constructors create and open an internal QBuffer.
.PP
-Note that QTextStream can also operate on a QString (a Unicode string); a QBuffer cannot.
+Note that QTextStream can also operate on a TQString (a Unicode string); a QBuffer cannot.
.PP
-You can also use QBuffer directly through the standard QIODevice functions readBlock(), writeBlock() readLine(), at(), getch(), putch() and ungetch().
+You can also use QBuffer directly through the standard TQIODevice functions readBlock(), writeBlock() readLine(), at(), getch(), putch() and ungetch().
.PP
See also QFile, QDataStream, QTextStream, QByteArray, Shared Classes, Collection Classes, and Input/Output and Networking.
.SH MEMBER FUNCTION DOCUMENTATION
@@ -105,7 +105,7 @@ Returns -1 if an error occurred.
.PP
See also readBlock().
.PP
-Reimplemented from QIODevice.
+Reimplemented from TQIODevice.
.SH "TQ_LONG QBuffer::writeBlock ( const QByteArray & data )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP