//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQObject; import org.kde.qt.TQWidget; /** */ public class KActionSeparator extends KAction { protected KActionSeparator(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public KActionSeparator(TQObject parent, String name) { super((Class) null); newKActionSeparator(parent,name); } private native void newKActionSeparator(TQObject parent, String name); public KActionSeparator(TQObject parent) { super((Class) null); newKActionSeparator(parent); } private native void newKActionSeparator(TQObject parent); public KActionSeparator() { super((Class) null); newKActionSeparator(); } private native void newKActionSeparator(); public native int plug(TQWidget widget, int index); public native int plug(TQWidget widget); /** 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(); }