From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqurloperator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqurloperator.html') diff --git a/doc/html/ntqurloperator.html b/doc/html/ntqurloperator.html index 103d2c78a..5cc278127 100644 --- a/doc/html/ntqurloperator.html +++ b/doc/html/ntqurloperator.html @@ -225,7 +225,7 @@ information about the operation, including the state. op->arg(0) holds the new directory's name.

See also TQNetworkOperation and TQNetworkProtocol. -

void TQUrlOperator::data ( const TQByteArray & data, TQNetworkOperation * op ) [signal] +

void TQUrlOperator::data ( const TQByteArray & data, TQNetworkOperation * op ) [signal]

This signal is emitted when new data has been received after calling @@ -389,7 +389,7 @@ to the operation object which contains all the information about the operation, including the state.

See also TQNetworkOperation and TQNetworkProtocol. -

const TQNetworkOperation * TQUrlOperator::put ( const TQByteArray & data, const TQString & location = TQString::null ) [virtual] +

const TQNetworkOperation * TQUrlOperator::put ( const TQByteArray & data, const TQString & location = TQString::null ) [virtual]

This function tells the network protocol to put data in location. If location is empty (TQString::null), it puts the data in the location to which the URL points. What happens depends on the network protocol. Depending on the network protocol, some -- cgit v1.2.1