blob: 326764c6fa75ba0234f3913935ab307c2f5b1457 (
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 TQAuServer extends TQObject  {
	protected TQAuServer(Class dummy){super((Class) null);}
	public native TQMetaObject metaObject();
	public native String className();
	public native void init(TQSound arg1);
	public native void play(String filename);
	public native void play(TQSound arg1);
	public native void stop(TQSound arg1);
	public native boolean okay();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
}
 |