diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
commit | c740211ffba3330d951f4c3ddefea8edf23a01cd (patch) | |
tree | 0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /src/widgets/qtooltip.cpp | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
Diffstat (limited to 'src/widgets/qtooltip.cpp')
-rw-r--r-- | src/widgets/qtooltip.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 |