From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/ntqspinbox.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqspinbox.html') 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. Returns a pointer to the embedded TQLineEdit. -

bool TQSpinBox::eventFilter ( TQObject * o, TQEvent * ev ) [virtual protected] +

bool TQSpinBox::eventFilter ( TQObject * o, TQEvent * ev ) [virtual protected]

Intercepts and handles the events coming to the embedded TQLineEdit that have special meaning for the TQSpinBox. The object is passed as o and the event is passed as ev. -

Reimplemented from TQObject. +

Reimplemented from TQObject.

void TQSpinBox::interpretText () [virtual protected]

TQSpinBox calls this after the user has manually edited the -- cgit v1.2.1