summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdropevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqdropevent.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqdropevent.3qt')
-rw-r--r--doc/man/man3/tqdropevent.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqdropevent.3qt b/doc/man/man3/tqdropevent.3qt
index b20cb9f02..0c23fa2ef 100644
--- a/doc/man/man3/tqdropevent.3qt
+++ b/doc/man/man3/tqdropevent.3qt
@@ -102,12 +102,12 @@ Example: iconview/simple_dd/main.cpp.
Call this to indicate that the action described by action() is accepted (i.e. if \fIy\fR is TRUE, which is the default), not merely the default copy action. If you call acceptAction(TRUE), there is no need to also call accept(TRUE).
.PP
Examples:
-.)l dirview/dirview.cpp and fileiconview/qfileiconview.cpp.
+.)l dirview/dirview.cpp and fileiconview/tqfileiconview.cpp.
.SH "Action TQDropEvent::action () const"
Returns the Action which the target is requesting to be performed with the data. If your application understands the action and can process the supplied data, call acceptAction(); if your application can process the supplied data but can only perform the Copy action, call accept().
.PP
Examples:
-.)l dirview/dirview.cpp and fileiconview/qfileiconview.cpp.
+.)l dirview/dirview.cpp and fileiconview/tqfileiconview.cpp.
.SH "TQByteArray TQDropEvent::data ( const char * f ) const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
@@ -135,7 +135,7 @@ Reimplemented from TQMimeSource.
.SH "void TQDropEvent::ignore ()"
The opposite of accept(), i.e. you have ignored the drop event.
.PP
-Example: fileiconview/qfileiconview.cpp.
+Example: fileiconview/tqfileiconview.cpp.
.SH "bool TQDropEvent::isAccepted () const"
Returns TRUE if the drop target accepts the event; otherwise returns FALSE.
.SH "bool TQDropEvent::isActionAccepted () const"
@@ -149,7 +149,7 @@ Returns TRUE if this event provides format \fImimeType\fR; otherwise returns FAL
.PP
See also data().
.PP
-Example: fileiconview/qfileiconview.cpp.
+Example: fileiconview/tqfileiconview.cpp.
.PP
Reimplemented from TQMimeSource.
.SH "void TQDropEvent::setAction ( Action a )"