summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QChildEvent.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /qtjava/javalib/org/kde/qt/QChildEvent.java
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
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 */