//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQColor; import org.kde.qt.TQRect; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPaintEvent; import org.kde.qt.TQDragEnterEvent; import org.kde.qt.TQSize; import org.kde.qt.TQMouseEvent; import org.kde.qt.TQDropEvent; import org.kde.qt.TQWidget; public interface KDualColorButtonSignals { /** Emitted when the foreground color is changed. @short Emitted when the foreground color is changed. */ void fgChanged(TQColor c); /** Emitted when the background color is changed. @short Emitted when the background color is changed. */ void bgChanged(TQColor c); /** Emitted when the user changes the current color selection. @short Emitted when the user changes the current color selection. */ void currentChanged(int s); }