summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QTextDecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/qtjava/QTextDecoder.cpp')
-rw-r--r--qtjava/javalib/qtjava/QTextDecoder.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/qtjava/javalib/qtjava/QTextDecoder.cpp b/qtjava/javalib/qtjava/QTextDecoder.cpp
deleted file mode 100644
index 8fa70b6d..00000000
--- a/qtjava/javalib/qtjava/QTextDecoder.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-#include <tqstring.h>
-#include <tqtextcodec.h>
-
-#include <qtjava/QtSupport.h>
-#include <qtjava/QTextDecoder.h>
-
-JNIEXPORT jstring JNICALL
-Java_org_kde_qt_QTextDecoder_toUnicode(JNIEnv* env, jobject obj, jstring chars, jint len)
-{
- TQString _qstring;
-static TQCString* _qstring_chars = 0;
- _qstring = ((TQTextDecoder*) QtSupport::getQt(env, obj))->toUnicode((const char*) QtSupport::toCharString(env, chars, &_qstring_chars), (int) len);
- return QtSupport::fromTQString(env, &_qstring);
-}
-