//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQObject; import org.kde.qt.TQPoint; import org.kde.qt.TQCustomEvent; import org.kde.qt.TQWidget; public interface PartSignals { /** Emitted by the part, to set the caption of the window(s) hosting this part @short Emitted by the part, to set the caption of the window(s) hosting this part */ void setWindowCaption(String caption); /** Emited by the part, to set a text in the statusbar of the window(s) hosting this part @short Emited by the part, to set a text in the statusbar of the window(s) hosting this part */ void setStatusBarText(String text); }