summaryrefslogtreecommitdiffstats
path: root/doc/html/qcustomevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-24 21:06:28 +0900
committerMichele Calgaro <[email protected]>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/qcustomevent.html
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz
tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qcustomevent.html')
-rw-r--r--doc/html/qcustomevent.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcustomevent.html b/doc/html/qcustomevent.html
index d1f78e0de..e2f62db04 100644
--- a/doc/html/qcustomevent.html
+++ b/doc/html/qcustomevent.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qevent.cpp:2197 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqevent.cpp:2197 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQCustomEvent class provides support for custom events.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qevent-h.html">ntqevent.h</a>&gt;</tt>
-<p>Inherits <a href="ntqevent.html">TQEvent</a>.
+<p><tt>#include &lt;<a href="tqevent-h.html">tqevent.h</a>&gt;</tt>
+<p>Inherits <a href="tqevent.html">TQEvent</a>.
<p><a href="qcustomevent-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -88,7 +88,7 @@ suitable for your event type.
void MyWidget::customEvent( TQCustomEvent * e )
{
- if ( e-&gt;<a href="ntqevent.html#type">type</a>() == 65432 ) { // It must be a ColorChangeEvent
+ if ( e-&gt;<a href="tqevent.html#type">type</a>() == 65432 ) { // It must be a ColorChangeEvent
ColorChangeEvent* ce = (ColorChangeEvent*)e;
newColor = ce-&gt;color();
}
@@ -104,7 +104,7 @@ Constructs a custom event object with event type <em>type</em>. The
value of <em>type</em> must be at least as large as TQEvent::User. The
data pointer is set to 0.
-<h3 class=fn><a name="TQCustomEvent-2"></a>TQCustomEvent::TQCustomEvent ( <a href="ntqevent.html#Type-enum">Type</a>&nbsp;type, void&nbsp;*&nbsp;data )
+<h3 class=fn><a name="TQCustomEvent-2"></a>TQCustomEvent::TQCustomEvent ( <a href="tqevent.html#Type-enum">Type</a>&nbsp;type, void&nbsp;*&nbsp;data )
</h3>
<p> Constructs a custom event object with the event type <em>type</em> and a