diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqnetworkprotocol.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqnetworkprotocol.html')
-rw-r--r-- | doc/html/ntqnetworkprotocol.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqnetworkprotocol.html b/doc/html/ntqnetworkprotocol.html index 01b693913..3158d754d 100644 --- a/doc/html/ntqnetworkprotocol.html +++ b/doc/html/ntqnetworkprotocol.html @@ -221,7 +221,7 @@ this <a href="qnetworkoperation.html">TQNetworkOperation</a> as argument. </h3> Clears the operation queue. -<h3 class=fn>void <a name="connectionStateChanged"></a>TQNetworkProtocol::connectionStateChanged ( int state, const <a href="ntqstring.html">TQString</a> & data )<tt> [signal]</tt> +<h3 class=fn>void <a name="connectionStateChanged"></a>TQNetworkProtocol::connectionStateChanged ( int state, const <a href="tqstring.html">TQString</a> & data )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever the state of the connection of the @@ -282,7 +282,7 @@ operation was successful. enough to let the <a href="ntqurloperator.html">TQUrlOperator</a>, which is used by the network protocol, emit its corresponding signal. -<h3 class=fn><a href="ntqnetworkprotocol.html">TQNetworkProtocol</a> * <a name="getNetworkProtocol"></a>TQNetworkProtocol::getNetworkProtocol ( const <a href="ntqstring.html">TQString</a> & protocol )<tt> [static]</tt> +<h3 class=fn><a href="ntqnetworkprotocol.html">TQNetworkProtocol</a> * <a name="getNetworkProtocol"></a>TQNetworkProtocol::getNetworkProtocol ( const <a href="tqstring.html">TQString</a> & protocol )<tt> [static]</tt> </h3> Static method to get a new instance of the network protocol <em>protocol</em>. For example, if you need to do some FTP operations, do the following: @@ -448,7 +448,7 @@ examples/network/networkprotocol/nntp.cpp. the information on the operation that has finished, including the state, etc. -<h3 class=fn>void <a name="registerNetworkProtocol"></a>TQNetworkProtocol::registerNetworkProtocol ( const <a href="ntqstring.html">TQString</a> & protocol, TQNetworkProtocolFactoryBase * protocolFactory )<tt> [static]</tt> +<h3 class=fn>void <a name="registerNetworkProtocol"></a>TQNetworkProtocol::registerNetworkProtocol ( const <a href="tqstring.html">TQString</a> & protocol, TQNetworkProtocolFactoryBase * protocolFactory )<tt> [static]</tt> </h3> Static method to register a network protocol for TQt. For example, if you have an implementation of NNTP (called Nntp) which is |