diff options
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> |