diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qcopchannel.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |