summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmimesource.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmimesource.3qt')
-rw-r--r--doc/man/man3/tqmimesource.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqmimesource.3qt b/doc/man/man3/tqmimesource.3qt
index 494ff539..8263cdb6 100644
--- a/doc/man/man3/tqmimesource.3qt
+++ b/doc/man/man3/tqmimesource.3qt
@@ -60,7 +60,7 @@ Reimplemented in QDropEvent.
.SH "bool QMimeSource::provides ( const char * mimeType ) const\fC [virtual]\fR"
Returns TRUE if the object can provide the data in format \fImimeType\fR; otherwise returns FALSE.
.PP
-If you inherit from QMimeSource, for consistency reasons it is better to implement the more abstract canDecode() functions such as QTextDrag::canDecode() and TQImageDrag::canDecode().
+If you inherit from QMimeSource, for consistency reasons it is better to implement the more abstract canDecode() functions such as TQTextDrag::canDecode() and TQImageDrag::canDecode().
.PP
Example: iconview/simple_dd/main.cpp.
.PP