summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdragobject.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdragobject.3qt')
-rw-r--r--doc/man/man3/tqdragobject.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqdragobject.3qt b/doc/man/man3/tqdragobject.3qt
index 498ef445..aefc06e0 100644
--- a/doc/man/man3/tqdragobject.3qt
+++ b/doc/man/man3/tqdragobject.3qt
@@ -73,7 +73,7 @@ TQDragObject is the base class for all data that needs to be transferred between
.PP
See the Drag-and-drop documentation for an overview of how to provide drag and drop in your application.
.PP
-See the QClipboard documentation for an overview of how to provide cut-and-paste in your application.
+See the TQClipboard documentation for an overview of how to provide cut-and-paste in your application.
.PP
The drag() function is used to start a drag operation. You can specify the DragMode in the call or use one of the convenience functions dragCopy(), dragMove() or dragLink(). The drag source where the data originated is retrieved with source(). If the data was dropped on a widget within the application, target() will return a pointer to that widget. Specify the pixmap to display during the drag with setPixmap().
.PP
@@ -143,7 +143,7 @@ The \fIhotspot\fR is the point on (or off) the pixmap that should be under the c
.PP
\fBWarning:\fR We have seen problems with drag cursors on different graphics hardware and driver software on Windows. Setting the graphics acceleration in the display settings down one tick solved the problems in all cases.
.PP
-Example: fileiconview/qfileiconview.cpp.
+Example: fileiconview/tqfileiconview.cpp.
.SH "void TQDragObject::setPixmap ( QPixmap pm )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP