From 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 21:06:28 +0900 Subject: Rename environment class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdragmoveevent.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqdragmoveevent.html') diff --git a/doc/html/tqdragmoveevent.html b/doc/html/tqdragmoveevent.html index cd132df80..a5d091bbe 100644 --- a/doc/html/tqdragmoveevent.html +++ b/doc/html/tqdragmoveevent.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

The TQDragMoveEvent class provides an event which is sent while a drag and drop is in progress. More... -

#include <ntqevent.h> +

#include <tqevent.h>

Inherits TQDropEvent.

Inherited by TQDragEnterEvent.

List of all member functions. @@ -59,7 +59,7 @@ the event to see what data it provides,

See also Drag And Drop Classes and Event Classes.


Member Function Documentation

-

TQDragMoveEvent::TQDragMoveEvent ( const TQPoint & pos, Type type = DragMove ) +

TQDragMoveEvent::TQDragMoveEvent ( const TQPoint & pos, Type type = DragMove )

Creates a TQDragMoveEvent for which the mouse is at point pos, -- cgit v1.2.1