You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtjava/javalib/qtjava/TQFilePreview.cpp

15 lines
399 B

//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;
}