diff options
Diffstat (limited to 'libjava/classpath/native/jni/qt-peer/containers.h')
-rw-r--r-- | libjava/classpath/native/jni/qt-peer/containers.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/classpath/native/jni/qt-peer/containers.h b/libjava/classpath/native/jni/qt-peer/containers.h new file mode 100644 index 00000000000..a2ae76af025 --- /dev/null +++ b/libjava/classpath/native/jni/qt-peer/containers.h @@ -0,0 +1,10 @@ +#ifndef QTFRAME_H +#define QTFRAME_H + +#include <jni.h> +#include <QWidget> + +QWidget *frameChildWidget( JNIEnv *env, jobject component ); +QWidget *scrollPaneChildWidget( JNIEnv *env, jobject component); + +#endif |