diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqdragenterevent.3qt | |
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 <[email protected]>
Diffstat (limited to 'doc/man/man3/tqdragenterevent.3qt')
-rw-r--r-- | doc/man/man3/tqdragenterevent.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqdragenterevent.3qt b/doc/man/man3/tqdragenterevent.3qt index f9335ef0b..379c2b4bc 100644 --- a/doc/man/man3/tqdragenterevent.3qt +++ b/doc/man/man3/tqdragenterevent.3qt @@ -16,7 +16,7 @@ Inherits TQDragMoveEvent. .SS "Public Members" .in +1c .ti -1c -.BI "\fBTQDragEnterEvent\fR ( const QPoint & pos )" +.BI "\fBTQDragEnterEvent\fR ( const TQPoint & pos )" .br .in -1c .SH DESCRIPTION @@ -26,7 +26,7 @@ This event is always immediately followed by a TQDragMoveEvent, so you only need .PP See also TQDragLeaveEvent, TQDragMoveEvent, TQDropEvent, Drag And Drop Classes, and Event Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "TQDragEnterEvent::TQDragEnterEvent ( const QPoint & pos )" +.SH "TQDragEnterEvent::TQDragEnterEvent ( const TQPoint & pos )" Constructs a TQDragEnterEvent entering at the given point, \fIpos\fR. .PP \fBWarning:\fR Do not create a TQDragEnterEvent yourself since these |