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/tqptrstack.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqptrstack.html') diff --git a/doc/html/tqptrstack.html b/doc/html/tqptrstack.html index 2a30d66e0..ed464f166 100644 --- a/doc/html/tqptrstack.html +++ b/doc/html/tqptrstack.html @@ -149,7 +149,7 @@ not be empty.

Adds an element d to the top of the stack. Last in, first out. -

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

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

Reads a stack item, item, from the stream s and returns a @@ -180,7 +180,7 @@ returns FALSE. pushed). The stack is not changed. Returns 0 if the stack is empty. -

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

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

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