summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QChildEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QChildEvent.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QChildEvent.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qtjava/javalib/org/kde/qt/QChildEvent.java b/qtjava/javalib/org/kde/qt/QChildEvent.java
index 3b16d74e..c143594a 100644
--- a/qtjava/javalib/org/kde/qt/QChildEvent.java
+++ b/qtjava/javalib/org/kde/qt/QChildEvent.java
@@ -3,14 +3,14 @@ package org.kde.qt;
import org.kde.qt.Qt;
-public class QChildEvent extends QEvent {
- protected QChildEvent(Class dummy){super((Class) null);}
- public QChildEvent(int type, QObject child) {
+public class TQChildEvent extends TQEvent {
+ protected TQChildEvent(Class dummy){super((Class) null);}
+ public TQChildEvent(int type, TQObject child) {
super((Class) null);
- newQChildEvent(type,child);
+ newTQChildEvent(type,child);
}
- private native void newQChildEvent(int type, QObject child);
- public native QObject child();
+ private native void newTQChildEvent(int type, TQObject child);
+ public native TQObject child();
public native boolean inserted();
public native boolean removed();
/** Deletes the wrapped C++ instance */