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/tqtextdrag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqtextdrag.html') diff --git a/doc/html/tqtextdrag.html b/doc/html/tqtextdrag.html index ee5f50cd3..b1b4e7204 100644 --- a/doc/html/tqtextdrag.html +++ b/doc/html/tqtextdrag.html @@ -95,7 +95,7 @@ Returns TRUE if successful; otherwise returns FALSE.

See also canDecode().

Example: iconview/simple_dd/main.cpp. -

bool TQTextDrag::decode ( const TQMimeSource * e, TQString & str, TQCString & subtype ) [static] +

bool TQTextDrag::decode ( const TQMimeSource * e, TQString & str, TQCString & subtype ) [static]

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

Attempts to decode the dropped information in e into str. @@ -104,7 +104,7 @@ is null, any text subtype is accepted; otherwise only the specified subtype is accepted.

See also canDecode(). -

void TQTextDrag::setSubtype ( const TQCString & st ) [virtual] +

void TQTextDrag::setSubtype ( const TQCString & st ) [virtual]

Sets the MIME subtype of the text being dragged to st. The default subtype is "plain", so the default MIME type of the text -- cgit v1.2.3