summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimagedrag.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqimagedrag.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e0.tar.gz
tqt-1e9fa8e0.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqimagedrag.3qt')
-rw-r--r--doc/man/man3/tqimagedrag.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqimagedrag.3qt b/doc/man/man3/tqimagedrag.3qt
index de4be4dfd..30d3953ec 100644
--- a/doc/man/man3/tqimagedrag.3qt
+++ b/doc/man/man3/tqimagedrag.3qt
@@ -37,7 +37,7 @@ Inherits TQDragObject.
.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQImage & img )"
.br
.ti -1c
-.BI "bool \fBdecode\fR ( const TQMimeSource * e, QPixmap & pm )"
+.BI "bool \fBdecode\fR ( const TQMimeSource * e, TQPixmap & pm )"
.br
.in -1c
.SH DESCRIPTION
@@ -67,12 +67,12 @@ Attempts to decode the dropped information in mime source \fIe\fR into \fIimg\fR
See also canDecode().
.PP
Example: desktop/desktop.cpp.
-.SH "bool TQImageDrag::decode ( const TQMimeSource * e, QPixmap & pm )\fC [static]\fR"
+.SH "bool TQImageDrag::decode ( const TQMimeSource * e, TQPixmap & pm )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Attempts to decode the dropped information in mime source \fIe\fR into pixmap \fIpm\fR. Returns TRUE if successful; otherwise returns FALSE.
.PP
-This is a convenience function that converts to a QPixmap via a TQImage.
+This is a convenience function that converts to a TQPixmap via a TQImage.
.PP
See also canDecode().
.SH "void TQImageDrag::setImage ( TQImage image )\fC [virtual]\fR"