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.3qt6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/man/man3/tqiodevice.3qt b/doc/man/man3/tqiodevice.3qt
index f2675e624..4a581aa46 100644
--- a/doc/man/man3/tqiodevice.3qt
+++ b/doc/man/man3/tqiodevice.3qt
@@ -306,8 +306,6 @@ This virtual function must be reimplemented by all subclasses.
.PP
See also open().
.PP
-Example: grapher/grapher.cpp.
-.PP
Reimplemented in TQFile and TQSocket.
.SH "int TQIODevice::flags () const"
Returns the current I/O device flags setting.
@@ -409,8 +407,6 @@ This virtual function must be reimplemented by all subclasses.
.PP
See also close().
.PP
-Example: grapher/grapher.cpp.
-.PP
Reimplemented in TQFile and TQSocket.
.SH "int TQIODevice::putch ( int ch )\fC [pure virtual]\fR"
Writes the character \fIch\fR to the I/O device.
@@ -421,8 +417,6 @@ This virtual function must be reimplemented by all subclasses.
.PP
See also getch() and ungetch().
.PP
-Example: grapher/grapher.cpp.
-.PP
Reimplemented in TQFile and TQSocket.
.SH "TQByteArray TQIODevice::readAll ()\fC [virtual]\fR"
This convenience function returns all of the remaining data in the device.