diff options
author | Slávek Banko <[email protected]> | 2020-03-22 18:44:21 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-22 18:44:48 +0100 |
commit | b0dcd270468a12b577e08df8d8072a184d4394d0 (patch) | |
tree | e40c92420199178f245ddc4872517fb64a960464 /doc | |
parent | c6295bafa7efd8e213641e4923627c0d6776830b (diff) | |
download | tqt3-b0dcd270468a12b577e08df8d8072a184d4394d0.tar.gz tqt3-b0dcd270468a12b577e08df8d8072a184d4394d0.zip |
Fix typo.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ce0712924d357df5ff0b2438f937fae11b5697f4)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/ntqwidget.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqwidget.html b/doc/html/ntqwidget.html index a5b827f82..8cba68a2c 100644 --- a/doc/html/ntqwidget.html +++ b/doc/html/ntqwidget.html @@ -1177,7 +1177,7 @@ See the <a href="ntqwidget.html#geometry-prop">"geometry"</a> property for detai <h3 class=fn>void <a name="grabKeyboard"></a>TQWidget::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 |