//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.TQSize; import org.kde.qt.TQWidget; public interface KAuthIconSignals { /** this signal is emitted when authorization has changed from its previous state. @param authorized will be true if the type of authorization described by the icon is true, otherwise it will be false. @short this signal is emitted when authorization has changed from its previous state. */ void authChanged(boolean authorized); }