summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDECModuleSignals.java
blob: 65c5bac7592c9ce6b310d270993bb420825f50da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//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 TDECModuleSignals {
	/**	
		 Indicate that the state of the modules contents has changed.
			 This signal is emitted whenever the state of the configuration
		 shown in the module changes. It allows the control center to
		 keep track of unsaved changes.
		   		@short    Indicate that the state of the modules contents has changed.
	*/
	void changed(boolean state);
	/**	
		 Indicate that the module's quickhelp has changed.
			 Emit this signal whenever the module's quickhelp changes.
		 Modules implemented as tabbed dialogs might want to implement
		 per-tab quickhelp for example.
			   		@short    Indicate that the module's quickhelp has changed.
	*/
	void quickHelpChanged();
}