diff options
Diffstat (limited to 'doc/man/man3/tqcontextmenuevent.3qt')
-rw-r--r-- | doc/man/man3/tqcontextmenuevent.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcontextmenuevent.3qt b/doc/man/man3/tqcontextmenuevent.3qt index 3b58990d2..a87f445a8 100644 --- a/doc/man/man3/tqcontextmenuevent.3qt +++ b/doc/man/man3/tqcontextmenuevent.3qt @@ -69,11 +69,11 @@ The QContextMenuEvent class contains parameters that describe a context menu eve .PP Context menu events are sent to widgets when a user triggers a context menu. What triggers this is platform dependent. For example, on Windows, pressing the menu button or releasing the right mouse button will cause this event to be sent. .PP -When this event occurs it is customary to show a QPopupMenu with a context menu, if this is relevant to the context. +When this event occurs it is customary to show a TQPopupMenu with a context menu, if this is relevant to the context. .PP Context menu events contain a special accept flag that indicates whether the receiver accepted the event. If the event handler does not accept the event, then whatever triggered the event will be handled as a regular input event if possible. .PP -See also QPopupMenu and Event Classes. +See also TQPopupMenu and Event Classes. .SS "Member Type Documentation" .SH "QContextMenuEvent::Reason" This enum describes the reason the ContextMenuEvent was sent. The values are: |