summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdropevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/tqdropevent.html
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-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.html8
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&nbsp;char&nbsp;*&nbsp;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>&nbsp;a )
</h3>