summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqnetworkprotocol.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqnetworkprotocol.html')
-rw-r--r--doc/html/ntqnetworkprotocol.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqnetworkprotocol.html b/doc/html/ntqnetworkprotocol.html
index 01b69391..3158d754 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&nbsp;state, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;data )<tt> [signal]</tt>
+<h3 class=fn>void <a name="connectionStateChanged"></a>TQNetworkProtocol::connectionStateChanged ( int&nbsp;state, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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>&nbsp;* <a name="getNetworkProtocol"></a>TQNetworkProtocol::getNetworkProtocol ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;protocol )<tt> [static]</tt>
+<h3 class=fn><a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>&nbsp;* <a name="getNetworkProtocol"></a>TQNetworkProtocol::getNetworkProtocol ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;protocol, TQNetworkProtocolFactoryBase&nbsp;*&nbsp;protocolFactory )<tt> [static]</tt>
+<h3 class=fn>void <a name="registerNetworkProtocol"></a>TQNetworkProtocol::registerNetworkProtocol ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;protocol, TQNetworkProtocolFactoryBase&nbsp;*&nbsp;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