diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqdropevent.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-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.html | 6 |
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 <a href="ntqpoint.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="ntqevent.html#Type-enum">Type</a> 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 <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQDropEvent::pos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <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 <a href="ntqpoint.html">TQPoint</a> & np ) +<h3 class=fn>void <a name="setPoint"></a>TQDropEvent::setPoint ( const <a href="tqpoint.html">TQPoint</a> & np ) </h3> <p> Sets the drop to happen at point <em>np</em>. You do not normally need |