diff options
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 |