diff options
Diffstat (limited to 'doc/man/man3/tqiodevice.3qt')
-rw-r--r-- | doc/man/man3/tqiodevice.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqiodevice.3qt b/doc/man/man3/tqiodevice.3qt index 3405e292d..3bf3f3539 100644 --- a/doc/man/man3/tqiodevice.3qt +++ b/doc/man/man3/tqiodevice.3qt @@ -152,7 +152,7 @@ The TQIODevice class is the base class of I/O devices. .PP An I/O device represents a medium that one can read bytes from and/or write bytes to. The TQIODevice class is the abstract superclass of all such devices; classes such as QFile, QBuffer and QSocket inherit TQIODevice and implement virtual functions such as write() appropriately. .PP -Although applications sometimes use TQIODevice directly, it is usually better to use QTextStream and QDataStream, which provide stream operations on any TQIODevice subclass. QTextStream provides text-oriented stream functionality (for human-readable ASCII files, for example), whereas QDataStream deals with binary data in a totally platform-independent manner. +Although applications sometimes use TQIODevice directly, it is usually better to use TQTextStream and QDataStream, which provide stream operations on any TQIODevice subclass. TQTextStream provides text-oriented stream functionality (for human-readable ASCII files, for example), whereas QDataStream deals with binary data in a totally platform-independent manner. .PP The public member functions in TQIODevice roughly fall into two groups: the action functions and the state access functions. The most important action functions are: .IP @@ -270,7 +270,7 @@ TQIODevice provides numerous pure virtual functions that you need to implement w .PP The three non-pure virtual functions need not be reimplemented for sequential devices. .PP -See also QDataStream, QTextStream, and Input/Output and Networking. +See also QDataStream, TQTextStream, and Input/Output and Networking. .SS "Member Type Documentation" .SH "TQIODevice::Offset" The offset within the device. @@ -447,7 +447,7 @@ Returns the number of bytes read including the terminating '\0', or -1 if an .PP This virtual function can be reimplemented much more efficiently by the most subclasses. .PP -See also readBlock() and QTextStream::readLine(). +See also readBlock() and TQTextStream::readLine(). .PP Reimplemented in QFile. .SH "bool TQIODevice::reset ()" |