//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; import org.kde.qt.TQDataStream; /** */ public class KServiceSeparator extends KSycocaEntry { protected KServiceSeparator(Class dummy){super((Class) null);} /** Construct a service separator @short Construct a service separator */ public KServiceSeparator() { super((Class) null); newKServiceSeparator(); } private native void newKServiceSeparator(); public native boolean isValid(); public native String name(); public native void load(TQDataStream arg1); public native void save(TQDataStream arg1); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ public native void dispose(); /** Has the wrapped C++ instance been deleted? */ public native boolean isDisposed(); }