summaryrefslogtreecommitdiffstats
path: root/doc/html/qcontextmenuevent.html
diff options
context:
space:
mode:
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>