summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KPluginSelectorSignals.java
blob: 918ab9f0258f588fb533f20e8f5b2e82372fa245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//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.TQWidget;

public interface KPluginSelectorSignals {
	/**	
		 Tells you whether the configuration is changed or not.
		         		@short    Tells you whether the configuration is changed or not.
	*/
	void changed(boolean arg1);
	/**	
		 Emitted after the config of an embedded KCM has been saved. The
		 argument is the name of the parent component that needs to reload
		 its config
		         		@short    Emitted after the config of an embedded KCM has been saved.
	*/
	void configCommitted(String instanceName);
}