diff options
Diffstat (limited to 'doc/man/man3/tqimagedrag.3qt')
-rw-r--r-- | doc/man/man3/tqimagedrag.3qt | 6 |
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" |