summaryrefslogtreecommitdiffstats
path: root/doc/html/qcontextmenuevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/qcontextmenuevent.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcontextmenuevent.html')
-rw-r--r--doc/html/qcontextmenuevent.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcontextmenuevent.html b/doc/html/qcontextmenuevent.html
index 9bf3fd177..b700b9e94 100644
--- a/doc/html/qcontextmenuevent.html
+++ b/doc/html/qcontextmenuevent.html
@@ -64,13 +64,13 @@ The TQContextMenuEvent class contains parameters that describe a context menu ev
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.
-<p> When this event occurs it is customary to show a <a href="ntqpopupmenu.html">TQPopupMenu</a> with a
+<p> When this event occurs it is customary to show a <a href="tqpopupmenu.html">TQPopupMenu</a> with a
context menu, if this is relevant to the context.
<p> 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.
-<p> <p>See also <a href="ntqpopupmenu.html">TQPopupMenu</a> and <a href="events.html">Event Classes</a>.
+<p> <p>See also <a href="tqpopupmenu.html">TQPopupMenu</a> and <a href="events.html">Event Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="Reason-enum"></a>TQContextMenuEvent::Reason</h3>