diff options
Diffstat (limited to 'doc/html/qcopchannel.html')
-rw-r--r-- | doc/html/qcopchannel.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qcopchannel.html b/doc/html/qcopchannel.html index 23461cef3..0eb0e4bd2 100644 --- a/doc/html/qcopchannel.html +++ b/doc/html/qcopchannel.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } between several clients. <a href="#details">More...</a> <p><tt>#include <<a href="qcopchannel_qws-h.html">qcopchannel_qws.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.html">TQObject</a>. <p><a href="qcopchannel-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -70,14 +70,14 @@ functions usable without an object. <p> The <a href="#channel">channel</a>() function returns the name of the channel. <p> In order to <em>listen</em> to the traffic on a channel, you should either subclass TQCopChannel and reimplement <a href="#receive">receive</a>(), or -<a href="ntqobject.html#connect">connect</a>() to the <a href="#received">received</a>() signal. +<a href="tqobject.html#connect">connect</a>() to the <a href="#received">received</a>() signal. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCopChannel"></a>TQCopChannel::TQCopChannel ( const <a href="ntqcstring.html">TQCString</a> & channel, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQCopChannel"></a>TQCopChannel::TQCopChannel ( const <a href="ntqcstring.html">TQCString</a> & channel, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Constructs a TQCop channel and registers it with the server using the name <em>channel</em>. The standard <em>parent</em> and <em>name</em> arguments -are passed on to the <a href="ntqobject.html">TQObject</a> constructor. +are passed on to the <a href="tqobject.html">TQObject</a> constructor. <h3 class=fn><a name="~TQCopChannel"></a>TQCopChannel::~TQCopChannel ()<tt> [virtual]</tt> </h3> |