From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- src/widgets/qtooltip.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/qtooltip.cpp') diff --git a/src/widgets/qtooltip.cpp b/src/widgets/qtooltip.cpp index b6826a816..93091437f 100644 --- a/src/widgets/qtooltip.cpp +++ b/src/widgets/qtooltip.cpp @@ -370,7 +370,7 @@ void TQTipManager::removeFromGroup( TQToolTipGroup *g ) bool TQTipManager::eventFilter( TQObject *obj, TQEvent *e ) { // avoid dumping core in case of application madness, and return - // tquickly for some common but irrelevant events + // quickly for some common but irrelevant events if ( e->type() == TQEvent::WindowDeactivate && tqApp && !tqApp->activeWindow() && label && label->isVisible() ) @@ -671,10 +671,10 @@ void TQTipManager::setWakeUpDelay ( int i ) The mode is global, not particular to any one widget. TQToolTip switches from dormant to active mode when the user hovers - the mouse on a tip-etquipped region for a second or so and remains + the mouse on a tip-equipped region for a second or so and remains active until the user either clicks a mouse button, presses a key, lets the mouse hover for five seconds or moves the mouse outside - \e all tip-etquipped regions for at least a second. + \e all tip-equipped regions for at least a second. The TQToolTip class can be used in three different ways: \list 1 -- cgit v1.2.3