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/ntqspinbox.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/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 |