summaryrefslogtreecommitdiffstats
path: root/doc/html/tqevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/tqevent.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz
tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqevent.html')
-rw-r--r--doc/html/tqevent.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqevent.html b/doc/html/tqevent.html
index d04b17dc..f9ff6794 100644
--- a/doc/html/tqevent.html
+++ b/doc/html/tqevent.html
@@ -36,7 +36,7 @@ event classes. Event objects contain event parameters.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqevent-h.html">tqevent.h</a>&gt;</tt>
<p>Inherits <a href="ntqt.html">TQt</a>.
-<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="qcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="qchildevent.html">TQChildEvent</a>, and <a href="qcustomevent.html">TQCustomEvent</a>.
+<p>Inherited by <a href="tqtimerevent.html">TQTimerEvent</a>, <a href="qmouseevent.html">TQMouseEvent</a>, <a href="qwheelevent.html">TQWheelEvent</a>, <a href="tqtabletevent.html">TQTabletEvent</a>, <a href="qkeyevent.html">TQKeyEvent</a>, <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqpaintevent.html">TQPaintEvent</a>, <a href="qmoveevent.html">TQMoveEvent</a>, <a href="qresizeevent.html">TQResizeEvent</a>, <a href="tqcloseevent.html">TQCloseEvent</a>, <a href="tqicondragevent.html">TQIconDragEvent</a>, <a href="qshowevent.html">TQShowEvent</a>, <a href="qhideevent.html">TQHideEvent</a>, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>, <a href="qimevent.html">TQIMEvent</a>, <a href="tqdropevent.html">TQDropEvent</a>, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>, <a href="tqchildevent.html">TQChildEvent</a>, and <a href="tqcustomevent.html">TQCustomEvent</a>.
<p><a href="tqevent-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -101,7 +101,7 @@ types and the specialized classes for each type are these:
<li><tt>TQEvent::Hide</tt> - Widget was hidden, <a href="qhideevent.html">TQHideEvent</a>.
<li><tt>TQEvent::ShowToParent</tt> - A child widget has been shown.
<li><tt>TQEvent::HideToParent</tt> - A child widget has been hidden.
-<li><tt>TQEvent::Close</tt> - Widget was closed (permanently), <a href="qcloseevent.html">TQCloseEvent</a>.
+<li><tt>TQEvent::Close</tt> - Widget was closed (permanently), <a href="tqcloseevent.html">TQCloseEvent</a>.
<li><tt>TQEvent::ShowNormal</tt> - Widget should be shown normally (obsolete).
<li><tt>TQEvent::ShowMaximized</tt> - Widget should be shown maximized (obsolete).
<li><tt>TQEvent::ShowMinimized</tt> - Widget should be shown minimized (obsolete).
@@ -111,7 +111,7 @@ types and the specialized classes for each type are these:
cleaned up.
<li><tt>TQEvent::Accel</tt> - Key press in child for shortcut key handling, <a href="qkeyevent.html">TQKeyEvent</a>.
<li><tt>TQEvent::Wheel</tt> - Mouse wheel rolled, <a href="qwheelevent.html">TQWheelEvent</a>.
-<li><tt>TQEvent::ContextMenu</tt> - Context popup menu, <a href="qcontextmenuevent.html">TQContextMenuEvent</a>
+<li><tt>TQEvent::ContextMenu</tt> - Context popup menu, <a href="tqcontextmenuevent.html">TQContextMenuEvent</a>
<li><tt>TQEvent::AccelOverride</tt> - Key press in child, for overriding shortcut key handling, <a href="qkeyevent.html">TQKeyEvent</a>.
<li><tt>TQEvent::AccelAvailable</tt> - internal.
<li><tt>TQEvent::WindowActivate</tt> - Window was activated.
@@ -130,8 +130,8 @@ cleaned up.
<li><tt>TQEvent::DragLeave</tt> - A drag-and-drop leaves widget, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>.
<li><tt>TQEvent::Drop</tt> - A drag-and-drop is completed, <a href="tqdropevent.html">TQDropEvent</a>.
<li><tt>TQEvent::DragResponse</tt> - Internal event used by TQt on some platforms.
-<li><tt>TQEvent::ChildInserted</tt> - Object gets a child, <a href="qchildevent.html">TQChildEvent</a>.
-<li><tt>TQEvent::ChildRemoved</tt> - Object loses a child, <a href="qchildevent.html">TQChildEvent</a>.
+<li><tt>TQEvent::ChildInserted</tt> - Object gets a child, <a href="tqchildevent.html">TQChildEvent</a>.
+<li><tt>TQEvent::ChildRemoved</tt> - Object loses a child, <a href="tqchildevent.html">TQChildEvent</a>.
<li><tt>TQEvent::LayoutHint</tt> - Widget child has changed layout properties.
<li><tt>TQEvent::ActivateControl</tt> - Internal event used by TQt on some platforms.
<li><tt>TQEvent::DeactivateControl</tt> - Internal event used by TQt on some platforms.