From 6964feed838dec70e7743ea90b390e4ae706d3c9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 3 Oct 2024 17:43:38 +0900 Subject: Remove obsolete Netscape plugin and its classes Signed-off-by: Michele Calgaro --- doc/html/tqiodevice.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/html/tqiodevice.html') 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.

This virtual function must be reimplemented by all subclasses.

See also open(). -

Example: grapher/grapher.cpp.

Reimplemented in TQFile and TQSocket.

int TQIODevice::flags () const

@@ -397,7 +396,6 @@ binary data. Cannot be combined with IO_Raw.

This virtual function must be reimplemented by all subclasses.

See also close(). -

Example: grapher/grapher.cpp.

Reimplemented in TQFile and TQSocket.

int TQIODevice::putch ( int ch ) [pure virtual]

@@ -407,7 +405,6 @@ binary data. Cannot be combined with IO_Raw.

This virtual function must be reimplemented by all subclasses.

See also getch() and ungetch(). -

Example: grapher/grapher.cpp.

Reimplemented in TQFile and TQSocket.

TQByteArray TQIODevice::readAll () [virtual]

-- cgit v1.2.1