summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QImageFormat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/qtjava/QImageFormat.cpp')
-rw-r--r--qtjava/javalib/qtjava/QImageFormat.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/qtjava/javalib/qtjava/QImageFormat.cpp b/qtjava/javalib/qtjava/QImageFormat.cpp
deleted file mode 100644
index e26a7523..00000000
--- a/qtjava/javalib/qtjava/QImageFormat.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-#include <tqasyncimageio.h>
-#include <tqimage.h>
-
-#include <qtjava/QtSupport.h>
-#include <qtjava/QImageFormat.h>
-
-JNIEXPORT jint JNICALL
-Java_org_kde_qt_QImageFormat_decode(JNIEnv* env, jobject obj, jobject img, jobject consumer, jcharArray buffer, jint length)
-{
-static TQByteArray* _qbytearray_buffer = 0;
- jint xret = (jint) ((TQImageFormat*) QtSupport::getQt(env, obj))->decode((TQImage&)*(TQImage*) QtSupport::getQt(env, img), (TQImageConsumer*) QtSupport::getQt(env, consumer), (const uchar*) QtSupport::toUcharArray(env, buffer, &_qbytearray_buffer), (int) length);
- return xret;
-}
-