diff options
author | Michele Calgaro <[email protected]> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/man/man3/tqcontextmenuevent.3qt | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <[email protected]>
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: |