diff options
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 |