diff options
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() */ |