diff options
Diffstat (limited to 'doc/html/ntqsignalmapper.html')
-rw-r--r-- | doc/html/ntqsignalmapper.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqsignalmapper.html b/doc/html/ntqsignalmapper.html index 994908e39..c6c8ee337 100644 --- a/doc/html/ntqsignalmapper.html +++ b/doc/html/ntqsignalmapper.html @@ -86,7 +86,7 @@ has an integer mapping set. <p> <p>See also <a href="#setMapping">setMapping</a>(). <p>Examples: <a href="i18n-example.html#x1946">i18n/main.cpp</a> and <a href="themes-example.html#x335">themes/themes.cpp</a>. -<h3 class=fn>void <a name="mapped-2"></a>TQSignalMapper::mapped ( const <a href="ntqstring.html">TQString</a> & )<tt> [signal]</tt> +<h3 class=fn>void <a name="mapped-2"></a>TQSignalMapper::mapped ( const <a href="tqstring.html">TQString</a> & )<tt> [signal]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This signal is emitted when <a href="#map">map</a>() is signaled from an object that @@ -104,7 +104,7 @@ Adds a mapping so that when <a href="#map">map</a>() is signaled from the given <p> There may be at most one integer identifier for each object. <p>Examples: <a href="i18n-example.html#x1947">i18n/main.cpp</a> and <a href="themes-example.html#x336">themes/themes.cpp</a>. -<h3 class=fn>void <a name="setMapping-2"></a>TQSignalMapper::setMapping ( const <a href="tqobject.html">TQObject</a> * sender, const <a href="ntqstring.html">TQString</a> & identifier )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setMapping-2"></a>TQSignalMapper::setMapping ( const <a href="tqobject.html">TQObject</a> * sender, const <a href="tqstring.html">TQString</a> & identifier )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a mapping so that when <a href="#map">map</a>() is signaled from the given <em>sender</em>, the signal mapper(<em>identifier</em>) is emitted. |