summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qtooltip.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qtooltip.3qt')
-rw-r--r--doc/man/man3/qtooltip.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qtooltip.3qt b/doc/man/man3/qtooltip.3qt
index f08c92801..b9a8bd878 100644
--- a/doc/man/man3/qtooltip.3qt
+++ b/doc/man/man3/qtooltip.3qt
@@ -111,7 +111,7 @@ QToolTipGroup provides a way for tool tips to display another text elsewhere (mo
.PP
At any point in time, QToolTip is either dormant or active. In dormant mode the tips are not shown and in active mode they are. The mode is global, not particular to any one widget.
.PP
-QToolTip switches from dormant to active mode when the user hovers the mouse on a tip-etquipped 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 \fIall\fR tip-etquipped regions for at least a second.
+QToolTip switches from dormant to active mode when the user hovers 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 \fIall\fR tip-equipped regions for at least a second.
.PP
The QToolTip class can be used in three different ways: <ol type=1>
.IP 1
@@ -129,7 +129,7 @@ To add a tip to a widget, call the \fIstatic\fR function QToolTip::add() with th
.br
.fi
.PP
-This is the simplest and most common use of QToolTip. The tip will be deleted automatically when \fItquitButton\fR is deleted, but you can remove it yourself, too:
+This is the simplest and most common use of QToolTip. The tip will be deleted automatically when \fIquitButton\fR is deleted, but you can remove it yourself, too:
.PP
.nf
.br