diff options
Diffstat (limited to 'doc/html/ntqspinbox.html')
-rw-r--r-- | doc/html/ntqspinbox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqspinbox.html b/doc/html/ntqspinbox.html index 7ab4c8cde..012768a00 100644 --- a/doc/html/ntqspinbox.html +++ b/doc/html/ntqspinbox.html @@ -236,13 +236,13 @@ Returns the geometry of the "down" button. </h3> Returns a pointer to the embedded <a href="ntqlineedit.html">TQLineEdit</a>. -<h3 class=fn>bool <a name="eventFilter"></a>TQSpinBox::eventFilter ( <a href="ntqobject.html">TQObject</a> * o, <a href="ntqevent.html">TQEvent</a> * ev )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="eventFilter"></a>TQSpinBox::eventFilter ( <a href="tqobject.html">TQObject</a> * o, <a href="ntqevent.html">TQEvent</a> * ev )<tt> [virtual protected]</tt> </h3> Intercepts and handles the events coming to the embedded <a href="ntqlineedit.html">TQLineEdit</a> that have special meaning for the TQSpinBox. The object is passed as <em>o</em> and the event is passed as <em>ev</em>. -<p>Reimplemented from <a href="ntqobject.html#eventFilter">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>. <h3 class=fn>void <a name="interpretText"></a>TQSpinBox::interpretText ()<tt> [virtual protected]</tt> </h3> TQSpinBox calls this after the user has manually edited the |