diff options
Diffstat (limited to 'doc/html/desktop-example.html')
-rw-r--r-- | doc/html/desktop-example.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/desktop-example.html b/doc/html/desktop-example.html index d3b42c938..38ca90d74 100644 --- a/doc/html/desktop-example.html +++ b/doc/html/desktop-example.html @@ -53,8 +53,8 @@ any other. #include <<a href="qbitmap-h.html">ntqbitmap.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qdropsite-h.html">ntqdropsite.h</a>> -#include <<a href="qdragobject-h.html">ntqdragobject.h</a>> +#include <<a href="tqdropsite-h.html">tqdropsite.h</a>> +#include <<a href="tqdragobject-h.html">tqdragobject.h</a>> #include <stdio.h> @@ -234,22 +234,22 @@ public: ~DesktopWidget(); void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); - void dragEnterEvent( <a href="qdragenterevent.html">TQDragEnterEvent</a> *e ) + void dragEnterEvent( <a href="tqdragenterevent.html">TQDragEnterEvent</a> *e ) { <a name="x1731"></a> if ( TQImageDrag::<a href="tqimagedrag.html#canDecode">canDecode</a>(e) ) -<a name="x1727"></a> e-><a href="qdragmoveevent.html#accept">accept</a>(); +<a name="x1727"></a> e-><a href="tqdragmoveevent.html#accept">accept</a>(); } - void dragLeaveEvent( <a href="qdragleaveevent.html">TQDragLeaveEvent</a> * ) + void dragLeaveEvent( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * ) { } - void dragMoveEvent( <a href="qdragmoveevent.html">TQDragMoveEvent</a> *e ) + void dragMoveEvent( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> *e ) { - e-><a href="qdragmoveevent.html#accept">accept</a>(); + e-><a href="tqdragmoveevent.html#accept">accept</a>(); } - void dropEvent( <a href="qdropevent.html">TQDropEvent</a> * e ) + void dropEvent( <a href="tqdropevent.html">TQDropEvent</a> * e ) { <a href="ntqpixmap.html">TQPixmap</a> pmp; <a name="x1732"></a> if ( TQImageDrag::<a href="tqimagedrag.html#decode">decode</a>( e, pmp ) ) { |