diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 |
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqsignal.html | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsignal.html')
| -rw-r--r-- | doc/html/tqsignal.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsignal.html b/doc/html/tqsignal.html index fddf88485..4d4004273 100644 --- a/doc/html/tqsignal.html +++ b/doc/html/tqsignal.html @@ -61,7 +61,7 @@ to an outside object slot. This is how we have implemented signals in the <a href="tqmenudata.html">TQMenuData</a> class, which is not a TQObject. <p> In general, we recommend inheriting TQObject instead. TQObject provides much more functionality. -<p> You can set a single <a href="ntqvariant.html">TQVariant</a> parameter for the signal with +<p> You can set a single <a href="tqvariant.html">TQVariant</a> parameter for the signal with <a href="#setValue">setValue</a>(). <p> Note that TQObject is a <em>private</em> base class of TQSignal, i.e. you cannot call any TQObject member functions from a TQSignal object. @@ -121,7 +121,7 @@ with all TQObjects. <h3 class=fn>void <a name="activate"></a>TQSignal::activate () </h3> -<p> Emits the signal. If the platform supports <a href="ntqvariant.html">TQVariant</a> and a +<p> Emits the signal. If the platform supports <a href="tqvariant.html">TQVariant</a> and a parameter has been set with <a href="#setValue">setValue</a>(), this value is passed in the signal. @@ -135,11 +135,11 @@ Connects the signal to <em>member</em> in object <em>receiver</em>. Disonnects the signal from <em>member</em> in object <em>receiver</em>. <p> <p>See also <a href="#connect">connect</a>() and <a href="tqobject.html#disconnect">TQObject::disconnect</a>(). -<h3 class=fn>void <a name="setValue"></a>TQSignal::setValue ( const <a href="ntqvariant.html">TQVariant</a> & value ) +<h3 class=fn>void <a name="setValue"></a>TQSignal::setValue ( const <a href="tqvariant.html">TQVariant</a> & value ) </h3> Sets the signal's parameter to <em>value</em> -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSignal::value () const +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSignal::value () const </h3> Returns the signal's parameter |
