summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/TQFilePreview.cpp
blob: f290b7c72aadf5b5863c8ad227074c7e414a2824 (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/TQFilePreview.h>

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