//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.TQPixmap; import org.kde.qt.TQMouseEvent; import org.kde.qt.TQShowEvent; import org.kde.qt.TQEvent; import org.kde.qt.TQWidget; public interface KSystemTraySignals { /** Emitted when quit is selected in the menu. If you want to perform any other action than to close the main application window please connect to this signal. @short Emitted when quit is selected in the menu. */ void quitSelected(); }