diff options
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QEucKrCodec.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/QEucKrCodec.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qtjava/javalib/org/kde/qt/QEucKrCodec.java b/qtjava/javalib/org/kde/qt/QEucKrCodec.java index 1015e658..5272f11c 100644 --- a/qtjava/javalib/org/kde/qt/QEucKrCodec.java +++ b/qtjava/javalib/org/kde/qt/QEucKrCodec.java @@ -3,21 +3,21 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QEucKrCodec extends QTextCodec { - protected QEucKrCodec(Class dummy){super((Class) null);} +public class TQEucKrCodec extends TQTextCodec { + protected TQEucKrCodec(Class dummy){super((Class) null);} public native int mibEnum(); public native String name(); public native String mimeName(); - public native QTextDecoder makeDecoder(); + public native TQTextDecoder makeDecoder(); public native String fromUnicode(String uc, int[] lenInOut); public native String toUnicode(String chars, int len); public native int heuristicContentMatch(String chars, int len); public native int heuristicNameMatch(String hint); - public QEucKrCodec() { + public TQEucKrCodec() { super((Class) null); - newQEucKrCodec(); + newTQEucKrCodec(); } - private native void newQEucKrCodec(); + private native void newTQEucKrCodec(); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ |