diff options
Diffstat (limited to 'libjava/classpath/native/jni/qt-peer/qtcomponent.h')
-rw-r--r-- | libjava/classpath/native/jni/qt-peer/qtcomponent.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libjava/classpath/native/jni/qt-peer/qtcomponent.h b/libjava/classpath/native/jni/qt-peer/qtcomponent.h deleted file mode 100644 index 3188f03..0000000 --- a/libjava/classpath/native/jni/qt-peer/qtcomponent.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef QTCOMPONENT_H -#define QTCOMPONENT_H - -#include <QSize> -#include <QPoint> -//#include <cassert.h> -#include <jni.h> -#include "nativewrapper.h" - -void *getParentWidget( JNIEnv *env, jobject qtcomponentpeer ); - -jobject makeDimension(JNIEnv *env, QSize *size); - -jobject makePoint(JNIEnv *env, QPoint &p); - -#endif |