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/tqicondrag.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqicondrag.html') diff --git a/doc/html/tqicondrag.html b/doc/html/tqicondrag.html index 3b4f3b9d..ddaddb32 100644 --- a/doc/html/tqicondrag.html +++ b/doc/html/tqicondrag.html @@ -76,8 +76,8 @@ from TQIconDrag and reimplement format(),

The fileiconview example program demonstrates the use of the TQIconDrag class including subclassing and reimplementing dragObject(), format(), encodedData() and canDecode(). See the files -qt/examples/fileiconview/qfileiconview.h and -qt/examples/fileiconview/qfileiconview.cpp. +qt/examples/fileiconview/tqfileiconview.h and +qt/examples/fileiconview/tqfileiconview.cpp.

See also TQMimeSource::format() and Drag And Drop Classes.


Member Function Documentation

@@ -97,19 +97,19 @@ items. You must also supply the geometry of the pixmap, pr, and the textual caption, tr.

See also TQIconDragItem. -

Example: fileiconview/qfileiconview.cpp. +

Example: fileiconview/tqfileiconview.cpp.

bool TQIconDrag::canDecode ( TQMimeSource * e ) [static]

Returns TRUE if e can be decoded by the TQIconDrag, otherwise return FALSE. -

Example: fileiconview/qfileiconview.cpp. +

Example: fileiconview/tqfileiconview.cpp.

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

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

Example: fileiconview/qfileiconview.cpp. +

Example: fileiconview/tqfileiconview.cpp.

Reimplemented from TQMimeSource.


-- cgit v1.2.1