From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdragobject.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqdragobject.html') diff --git a/doc/html/tqdragobject.html b/doc/html/tqdragobject.html index 6c829eda2..9735408b2 100644 --- a/doc/html/tqdragobject.html +++ b/doc/html/tqdragobject.html @@ -69,10 +69,10 @@ transfer.

TQDragObject is the base class for all data that needs to be transferred between and within applications, both for drag and -drop and for the clipboard. +drop and for the clipboard.

See the Drag-and-drop documentation for an overview of how to provide drag and drop in your application. -

See the TQClipboard documentation for an overview of how to provide +

See the TQClipboard documentation for an overview of how to provide cut-and-paste in your application.

The drag() function is used to start a drag operation. You can specify the DragMode in the call or use one of the convenience @@ -187,7 +187,7 @@ graphics hardware and driver software on Windows. Setting the graphics acceleration in the display settings down one tick solved the problems in all cases. -

Example: fileiconview/qfileiconview.cpp. +

Example: fileiconview/tqfileiconview.cpp.

void TQDragObject::setPixmap ( TQPixmap pm ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -- cgit v1.2.1