diff options
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QUtf8Codec.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/QUtf8Codec.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qtjava/javalib/org/kde/qt/QUtf8Codec.java b/qtjava/javalib/org/kde/qt/QUtf8Codec.java index 66f2d0a7..4fe7308a 100644 --- a/qtjava/javalib/org/kde/qt/QUtf8Codec.java +++ b/qtjava/javalib/org/kde/qt/QUtf8Codec.java @@ -3,19 +3,19 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QUtf8Codec extends QTextCodec { - protected QUtf8Codec(Class dummy){super((Class) null);} +public class TQUtf8Codec extends TQTextCodec { + protected TQUtf8Codec(Class dummy){super((Class) null);} public native int mibEnum(); public native String name(); - 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 QUtf8Codec() { + public TQUtf8Codec() { super((Class) null); - newQUtf8Codec(); + newTQUtf8Codec(); } - private native void newQUtf8Codec(); + private native void newTQUtf8Codec(); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ |