summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtooltip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qtooltip.cpp')
-rw-r--r--src/widgets/qtooltip.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/qtooltip.cpp b/src/widgets/qtooltip.cpp
index b6826a81..93091437 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