summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfocusevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqfocusevent.3qt')
-rw-r--r--doc/man/man3/tqfocusevent.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqfocusevent.3qt b/doc/man/man3/tqfocusevent.3qt
index 03e92031..88f87ad4 100644
--- a/doc/man/man3/tqfocusevent.3qt
+++ b/doc/man/man3/tqfocusevent.3qt
@@ -45,11 +45,11 @@ The QFocusEvent class contains event parameters for widget focus events.
.PP
Focus events are sent to widgets when the keyboard input focus changes. Focus events occur due to mouse actions, keypresses (e.g. Tab or Backtab), the window system, popup menus, keyboard shortcuts or other application specific reasons. The reason for a particular focus event is returned by reason() in the appropriate event handler.
.PP
-The event handlers QWidget::focusInEvent() and QWidget::focusOutEvent() receive focus events.
+The event handlers TQWidget::focusInEvent() and TQWidget::focusOutEvent() receive focus events.
.PP
Use setReason() to set the reason for all focus events, and resetReason() to set the reason for all focus events to the reason in force before the last setReason() call.
.PP
-See also QWidget::setFocus(), QWidget::focusPolicy, and Event Classes.
+See also TQWidget::setFocus(), TQWidget::focusPolicy, and Event Classes.
.SS "Member Type Documentation"
.SH "QFocusEvent::Reason"
This enum specifies why the focus changed.