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/tqicondragitem.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqicondragitem.html') diff --git a/doc/html/tqicondragitem.html b/doc/html/tqicondragitem.html index b33b5e796..be9b84385 100644 --- a/doc/html/tqicondragitem.html +++ b/doc/html/tqicondragitem.html @@ -68,14 +68,14 @@ Constructs a TQIconDragItem with no data. Destructor. -

TQByteArray TQIconDragItem::data () const [virtual] +

TQByteArray TQIconDragItem::data () const [virtual]

Returns the data contained in the TQIconDragItem. -

void TQIconDragItem::setData ( const TQByteArray & d ) [virtual] +

void TQIconDragItem::setData ( const TQByteArray & d ) [virtual]

Sets the data for the TQIconDragItem to the data stored in the -TQByteArray d. +TQByteArray d.

Example: fileiconview/qfileiconview.cpp. -- cgit v1.2.1