Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / classpath / native / jni / qt-peer / qtcomponent.h
blob3188f03f524b71669c518a00b498b84be52377a4
1 #ifndef QTCOMPONENT_H
2 #define QTCOMPONENT_H
4 #include <QSize>
5 #include <QPoint>
6 //#include <cassert.h>
7 #include <jni.h>
8 #include "nativewrapper.h"
10 void *getParentWidget( JNIEnv *env, jobject qtcomponentpeer );
12 jobject makeDimension(JNIEnv *env, QSize *size);
14 jobject makePoint(JNIEnv *env, QPoint &p);
16 #endif