diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
commit | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch) | |
tree | c81c34dae2b3b1ea73801bf18a960265dc4207f7 /qtjava/javalib/org/kde/qt/QShowEvent.java | |
parent | 1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff) | |
download | tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip |
Initial TQt conversion
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QShowEvent.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/QShowEvent.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qtjava/javalib/org/kde/qt/QShowEvent.java b/qtjava/javalib/org/kde/qt/QShowEvent.java index 849c9502..6c991ed3 100644 --- a/qtjava/javalib/org/kde/qt/QShowEvent.java +++ b/qtjava/javalib/org/kde/qt/QShowEvent.java @@ -3,13 +3,13 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QShowEvent extends QEvent { - protected QShowEvent(Class dummy){super((Class) null);} - public QShowEvent() { +public class TQShowEvent extends TQEvent { + protected TQShowEvent(Class dummy){super((Class) null);} + public TQShowEvent() { super((Class) null); - newQShowEvent(); + newTQShowEvent(); } - private native void newQShowEvent(); + private native void newTQShowEvent(); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ |