From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqicondrag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqicondrag.html') diff --git a/doc/html/tqicondrag.html b/doc/html/tqicondrag.html index 99ff87ca..3b4f3b9d 100644 --- a/doc/html/tqicondrag.html +++ b/doc/html/tqicondrag.html @@ -67,7 +67,7 @@ TQIconView, create a TQIconDrag object in a reimplementation of which should be dragged, set the data it represents with TQIconDragItem::setData(), and add each TQIconDragItem to the drag object using append(). -

The data in TQIconDragItems is stored in a TQByteArray and is +

The data in TQIconDragItems is stored in a TQByteArray and is mime-typed (see TQMimeSource and the Drag and Drop overview). If you want to use your own mime-types derive a class @@ -104,7 +104,7 @@ Returns TRUE if e can be decoded by the TQIconDrag, otherwise return FALSE.

Example: fileiconview/qfileiconview.cpp. -

TQByteArray TQIconDrag::encodedData ( const char * mime ) const [virtual] +

TQByteArray TQIconDrag::encodedData ( const char * mime ) const [virtual]

Returns the encoded data of the drag object if mime is application/x-qiconlist. -- cgit v1.2.1