summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbuffer.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqbuffer.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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