diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/tqdropevent.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdropevent.html')
-rw-r--r-- | doc/html/tqdropevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 <em>y</em> is TRUE, which is the default), not merely the default copy action. If you call <a href="#acceptAction">acceptAction</a>(TRUE), there is no need to also call <a href="#accept">accept</a>(TRUE). -<p>Examples: <a href="dirview-example.html#x1671">dirview/dirview.cpp</a> and <a href="fileiconview-example.html#x816">fileiconview/qfileiconview.cpp</a>. +<p>Examples: <a href="dirview-example.html#x1671">dirview/dirview.cpp</a> and <a href="fileiconview-example.html#x816">fileiconview/tqfileiconview.cpp</a>. <h3 class=fn><a href="tqdropevent.html#Action-enum">Action</a> <a name="action"></a>TQDropEvent::action () const </h3> @@ -127,7 +127,7 @@ process the supplied data, call <a href="#acceptAction">acceptAction</a>(); if y application can process the supplied data but can only perform the Copy action, call <a href="#accept">accept</a>(). -<p>Examples: <a href="dirview-example.html#x1672">dirview/dirview.cpp</a> and <a href="fileiconview-example.html#x817">fileiconview/qfileiconview.cpp</a>. +<p>Examples: <a href="dirview-example.html#x1672">dirview/dirview.cpp</a> and <a href="fileiconview-example.html#x817">fileiconview/tqfileiconview.cpp</a>. <h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="data"></a>TQDropEvent::data ( const char * f ) const </h3> @@ -161,7 +161,7 @@ will use <a href="#provides">provides</a>(). <p> The opposite of <a href="#accept">accept</a>(), i.e. you have ignored the drop event. -<p>Example: <a href="fileiconview-example.html#x818">fileiconview/qfileiconview.cpp</a>. +<p>Example: <a href="fileiconview-example.html#x818">fileiconview/tqfileiconview.cpp</a>. <h3 class=fn>bool <a name="isAccepted"></a>TQDropEvent::isAccepted () const </h3> @@ -186,7 +186,7 @@ Returns TRUE if this event provides format <em>mimeType</em>; otherwise returns FALSE. <p> <p>See also <a href="#data">data</a>(). -<p>Example: <a href="fileiconview-example.html#x819">fileiconview/qfileiconview.cpp</a>. +<p>Example: <a href="fileiconview-example.html#x819">fileiconview/tqfileiconview.cpp</a>. <p>Reimplemented from <a href="tqmimesource.html#provides">TQMimeSource</a>. <h3 class=fn>void <a name="setAction"></a>TQDropEvent::setAction ( <a href="tqdropevent.html#Action-enum">Action</a> a ) </h3> |