diff options
| -rw-r--r-- | doc/html/qwidget.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qwidget.html b/doc/html/qwidget.html index 1a63ad2..0262696 100644 --- a/doc/html/qwidget.html +++ b/doc/html/qwidget.html @@ -1177,7 +1177,7 @@ See the <a href="qwidget.html#geometry-prop">"geometry"</a> property for details  <h3 class=fn>void <a name="grabKeyboard"></a>QWidget::grabKeyboard ()  </h3>  Grabs the keyboard input. -<p> This widget reveives all keyboard events until <a href="#releaseKeyboard">releaseKeyboard</a>() +<p> This widget receives all keyboard events until <a href="#releaseKeyboard">releaseKeyboard</a>()  is called; other widgets get no keyboard events at all. Mouse  events are not affected. Use <a href="#grabMouse">grabMouse</a>() if you want to grab that.  <p> The focus widget is not affected, except that it doesn't receive  | 
