summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QAuServer.java
blob: 54d37b4393b4aff3576ff3677ed8e4d0b5bae445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class QAuServer extends QObject  {
	protected QAuServer(Class dummy){super((Class) null);}
	public native QMetaObject metaObject();
	public native String className();
	public native void init(QSound arg1);
	public native void play(String filename);
	public native void play(QSound arg1);
	public native void stop(QSound arg1);
	public native boolean okay();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
}