From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/qdragmoveevent.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qdragmoveevent.html') 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. -

When a widget accepts drop +

When a widget accepts drop events, 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 provides, and accept() the drop if appropriate. -- cgit v1.2.1