You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KAuthIconSignals.java

19 lines
577 B

//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);
}