diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 21:06:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-28 18:25:42 +0900 |
commit | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch) | |
tree | fb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/html/tqdropevent.html | |
parent | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff) | |
download | tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip |
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdropevent.html')
-rw-r--r-- | doc/html/tqdropevent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdropevent.html b/doc/html/tqdropevent.html index df6589737..2c3b277fd 100644 --- a/doc/html/tqdropevent.html +++ b/doc/html/tqdropevent.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQDropEvent class provides an event which is sent when a drag and drop is completed. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> -<p>Inherits <a href="ntqevent.html">TQEvent</a> and <a href="tqmimesource.html">TQMimeSource</a>. +<p><tt>#include <<a href="tqevent-h.html">tqevent.h</a>></tt> +<p>Inherits <a href="tqevent.html">TQEvent</a> and <a href="tqmimesource.html">TQMimeSource</a>. <p>Inherited by <a href="tqdragmoveevent.html">TQDragMoveEvent</a>. <p><a href="tqdropevent-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -91,7 +91,7 @@ supported. reference, for example, text/uri-list file lists (see <a href="tquridrag.html">TQUriDrag</a>). <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDropEvent"></a>TQDropEvent::TQDropEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, <a href="ntqevent.html#Type-enum">Type</a> typ = Drop ) +<h3 class=fn><a name="TQDropEvent"></a>TQDropEvent::TQDropEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, <a href="tqevent.html#Type-enum">Type</a> typ = Drop ) </h3> <p> Constructs a drop event that drops a drop of type <em>typ</em> on point |