From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqintdict.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqintdict.html') diff --git a/doc/html/tqintdict.html b/doc/html/tqintdict.html index cbb1e5063..6931b95b6 100644 --- a/doc/html/tqintdict.html +++ b/doc/html/tqintdict.html @@ -197,7 +197,7 @@ recently inserted item will be found.

Equivalent to the find() function.

See also find(). -

TQDataStream & TQIntDict::read ( TQDataStream & s, TQPtrCollection::Item & item ) [virtual protected] +

TQDataStream & TQIntDict::read ( TQDataStream & s, TQPtrCollection::Item & item ) [virtual protected]

Reads a dictionary item from the stream s and returns a @@ -293,7 +293,7 @@ to point to the next item in the dictionary's traversing order.

See also remove(), clear(), and setAutoDelete().

Example: table/bigtable/main.cpp. -

TQDataStream & TQIntDict::write ( TQDataStream & s, TQPtrCollection::Item ) const [virtual protected] +

TQDataStream & TQIntDict::write ( TQDataStream & s, TQPtrCollection::Item ) const [virtual protected]

Writes a dictionary item to the stream s and returns a -- cgit v1.2.1