diff options
Diffstat (limited to 'doc/html/qdragmoveevent.html')
-rw-r--r-- | doc/html/qdragmoveevent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qdragmoveevent.html b/doc/html/qdragmoveevent.html index fe0df53fc..8d6dcbd5c 100644 --- a/doc/html/qdragmoveevent.html +++ b/doc/html/qdragmoveevent.html @@ -50,7 +50,7 @@ body { background: #ffffff; color: black; } The TQDragMoveEvent class provides an event which is sent while a drag and drop is in progress. -<p> When a widget <a href="ntqwidget.html#setAcceptDrops">accepts drop +<p> When a widget <a href="tqwidget.html#setAcceptDrops">accepts drop events</a>, it will receive this event repeatedly while the drag is within the widget's boundaries. The widget should examine the event to see what data it <a href="qdropevent.html#provides">provides</a>, and <a href="#accept">accept</a>() the drop if appropriate. |