summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdropevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqdropevent.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdropevent.html')
-rw-r--r--doc/html/tqdropevent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdropevent.html b/doc/html/tqdropevent.html
index 5fa6e7ed7..df6589737 100644
--- a/doc/html/tqdropevent.html
+++ b/doc/html/tqdropevent.html
@@ -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&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, <a href="ntqevent.html#Type-enum">Type</a>&nbsp;typ = Drop )
+<h3 class=fn><a name="TQDropEvent"></a>TQDropEvent::TQDropEvent ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, <a href="ntqevent.html#Type-enum">Type</a>&nbsp;typ = Drop )
</h3>
<p> Constructs a drop event that drops a drop of type <em>typ</em> on point
@@ -174,7 +174,7 @@ returns FALSE.
<p> Returns TRUE if the drop action was accepted by the drop site;
otherwise returns FALSE.
-<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQDropEvent::pos () const
+<h3 class=fn>const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQDropEvent::pos () const
</h3>
<p> Returns the position where the drop was made.
@@ -195,7 +195,7 @@ returns FALSE.
need to call this in your code: the <em>source</em> decides the action,
not the target.
-<h3 class=fn>void <a name="setPoint"></a>TQDropEvent::setPoint ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;np )
+<h3 class=fn>void <a name="setPoint"></a>TQDropEvent::setPoint ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;np )
</h3>
<p> Sets the drop to happen at point <em>np</em>. You do not normally need