summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QFilePreview.cpp
blob: c0a9cc005061a6206894bed6560e4d8f93cf05bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqfiledialog.h>
#include <tqurl.h>

#include <qtjava/QtSupport.h>
#include <qtjava/QFilePreview.h>

JNIEXPORT void JNICALL
Java_org_kde_qt_QFilePreview_previewUrl(JNIEnv* env, jobject obj, jobject url)
{
	((TQFilePreview*) QtSupport::getQt(env, obj))->previewUrl((const TQUrl&)*(const TQUrl*) QtSupport::getQt(env, url));
	return;
}