summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KAuthIconSignals.java
blob: 87b74e2da11ab185e552a41bf6e5094765f88525 (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.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);
}