blob: 23255d209bafd4186533917553507505d5b360c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QSize;
import org.kde.qt.QWidget;
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);
}
|