diff options
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QDragMoveEvent.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/QDragMoveEvent.java | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/qtjava/javalib/org/kde/qt/QDragMoveEvent.java b/qtjava/javalib/org/kde/qt/QDragMoveEvent.java index b4a54c7e..0a955b1e 100644 --- a/qtjava/javalib/org/kde/qt/QDragMoveEvent.java +++ b/qtjava/javalib/org/kde/qt/QDragMoveEvent.java @@ -3,23 +3,23 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QDragMoveEvent extends QDropEvent { - protected QDragMoveEvent(Class dummy){super((Class) null);} - public QDragMoveEvent(QPoint pos, int typ) { +public class TQDragMoveEvent extends TQDropEvent { + protected TQDragMoveEvent(Class dummy){super((Class) null);} + public TQDragMoveEvent(TQPoint pos, int typ) { super((Class) null); - newQDragMoveEvent(pos,typ); + newTQDragMoveEvent(pos,typ); } - private native void newQDragMoveEvent(QPoint pos, int typ); - public QDragMoveEvent(QPoint pos) { + private native void newTQDragMoveEvent(TQPoint pos, int typ); + public TQDragMoveEvent(TQPoint pos) { super((Class) null); - newQDragMoveEvent(pos); + newTQDragMoveEvent(pos); } - private native void newQDragMoveEvent(QPoint pos); - public native QRect answerRect(); + private native void newTQDragMoveEvent(TQPoint pos); + public native TQRect answerRect(); public native void accept(boolean y); public native void accept(); - public native void accept(QRect r); - public native void ignore(QRect r); + public native void accept(TQRect r); + public native void ignore(TQRect r); public native void ignore(); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; |