//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 TDEActionSeparator extends TDEAction { protected TDEActionSeparator(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public TDEActionSeparator(TQObject parent, String name) { super((Class) null); newTDEActionSeparator(parent,name); } private native void newTDEActionSeparator(TQObject parent, String name); public TDEActionSeparator(TQObject parent) { super((Class) null); newTDEActionSeparator(parent); } private native void newTDEActionSeparator(TQObject parent); public TDEActionSeparator() { super((Class) null); newTDEActionSeparator(); } private native void newTDEActionSeparator(); 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(); }