diff options
author | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-03 17:43:38 +0900 |
commit | 6964feed838dec70e7743ea90b390e4ae706d3c9 (patch) | |
tree | 6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /doc/html/tqiodevice.html | |
parent | 81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff) | |
download | tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.tar.gz tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.zip |
Remove obsolete Netscape plugin and its classes
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqiodevice.html')
-rw-r--r-- | doc/html/tqiodevice.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/html/tqiodevice.html b/doc/html/tqiodevice.html index e7c2537b9..95cedc298 100644 --- a/doc/html/tqiodevice.html +++ b/doc/html/tqiodevice.html @@ -239,7 +239,6 @@ at the end of the input; otherwise returns FALSE. <p> This virtual function must be reimplemented by all subclasses. <p> <p>See also <a href="#open">open</a>(). -<p>Example: <a href="grapher-nsplugin-example.html#x2742">grapher/grapher.cpp</a>. <p>Reimplemented in <a href="tqfile.html#close">TQFile</a> and <a href="tqsocket.html#close">TQSocket</a>. <h3 class=fn>int <a name="flags"></a>TQIODevice::flags () const </h3> @@ -397,7 +396,6 @@ binary data. Cannot be combined with <a href="tqfile.html#open">IO_Raw</a>. <p> This virtual function must be reimplemented by all subclasses. <p> <p>See also <a href="#close">close</a>(). -<p>Example: <a href="grapher-nsplugin-example.html#x2743">grapher/grapher.cpp</a>. <p>Reimplemented in <a href="tqfile.html#open">TQFile</a> and <a href="tqsocket.html#open">TQSocket</a>. <h3 class=fn>int <a name="putch"></a>TQIODevice::putch ( int ch )<tt> [pure virtual]</tt> </h3> @@ -407,7 +405,6 @@ binary data. Cannot be combined with <a href="tqfile.html#open">IO_Raw</a>. <p> This virtual function must be reimplemented by all subclasses. <p> <p>See also <a href="#getch">getch</a>() and <a href="#ungetch">ungetch</a>(). -<p>Example: <a href="grapher-nsplugin-example.html#x2744">grapher/grapher.cpp</a>. <p>Reimplemented in <a href="tqfile.html#putch">TQFile</a> and <a href="tqsocket.html#putch">TQSocket</a>. <h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readAll"></a>TQIODevice::readAll ()<tt> [virtual]</tt> </h3> |