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/tqdropevent.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqdropevent.html') diff --git a/doc/html/tqdropevent.html b/doc/html/tqdropevent.html index 005c24df2..5fa6e7ed7 100644 --- a/doc/html/tqdropevent.html +++ b/doc/html/tqdropevent.html @@ -117,7 +117,7 @@ accepted (i.e. if y is TRUE, which is the default), not merely the default copy action. If you call acceptAction(TRUE), there is no need to also call accept(TRUE). -

Examples: dirview/dirview.cpp and fileiconview/qfileiconview.cpp. +

Examples: dirview/dirview.cpp and fileiconview/tqfileiconview.cpp.

Action TQDropEvent::action () const

@@ -127,7 +127,7 @@ process the supplied data, call acceptAction(); if y application can process the supplied data but can only perform the Copy action, call accept(). -

Examples: dirview/dirview.cpp and fileiconview/qfileiconview.cpp. +

Examples: dirview/dirview.cpp and fileiconview/tqfileiconview.cpp.

TQByteArray TQDropEvent::data ( const char * f ) const

@@ -161,7 +161,7 @@ will use provides().

The opposite of accept(), i.e. you have ignored the drop event. -

Example: fileiconview/qfileiconview.cpp. +

Example: fileiconview/tqfileiconview.cpp.

bool TQDropEvent::isAccepted () const

@@ -186,7 +186,7 @@ Returns TRUE if this event provides format mimeType; otherwise returns FALSE.

See also data(). -

Example: fileiconview/qfileiconview.cpp. +

Example: fileiconview/tqfileiconview.cpp.

Reimplemented from TQMimeSource.

void TQDropEvent::setAction ( Action a )

-- cgit v1.2.1