//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.qt; import org.trinitydesktop.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); }