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