summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdragobject.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqdragobject.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdragobject.html')
-rw-r--r--doc/html/ntqdragobject.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqdragobject.html b/doc/html/ntqdragobject.html
index 9c38d7038..9309cadca 100644
--- a/doc/html/ntqdragobject.html
+++ b/doc/html/ntqdragobject.html
@@ -96,7 +96,7 @@ during the drag with <a href="#setPixmap">setPixmap</a>().
control key to switch from the default.
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDragObject"></a>TQDragObject::TQDragObject ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;dragSource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDragObject"></a>TQDragObject::TQDragObject ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;dragSource = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a drag object called <em>name</em>, which is a child of <em>dragSource</em>.
<p> Note that the drag object will be deleted when <em>dragSource</em> is
@@ -195,13 +195,13 @@ This is an overloaded member function, provided for convenience. It behaves esse
the mouse pointer. This allows the user to clearly see the point
on the window which they are dragging the data onto.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="source"></a>TQDragObject::source ()
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="source"></a>TQDragObject::source ()
</h3>
Returns a pointer to the drag source where this object originated.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="target"></a>TQDragObject::target ()<tt> [static]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="target"></a>TQDragObject::target ()<tt> [static]</tt>
</h3>
-After the drag completes, this function will return the <a href="ntqwidget.html">TQWidget</a>
+After the drag completes, this function will return the <a href="tqwidget.html">TQWidget</a>
which received the drop, or 0 if the data was dropped on another
application.
<p> This can be useful for detecting the case where drag and drop is