summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KCMultiDialogSignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KCMultiDialogSignals.java')
-rw-r--r--kdejava/koala/org/kde/koala/KCMultiDialogSignals.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KCMultiDialogSignals.java b/kdejava/koala/org/kde/koala/KCMultiDialogSignals.java
index 9574ec70..1f0e628a 100644
--- a/kdejava/koala/org/kde/koala/KCMultiDialogSignals.java
+++ b/kdejava/koala/org/kde/koala/KCMultiDialogSignals.java
@@ -7,14 +7,14 @@ import org.kde.qt.TQWidget;
public interface KCMultiDialogSignals {
/**
- Emitted after all KCModules have been told to save their configuration.
+ Emitted after all TDECModules have been told to save their configuration.
The applyClicked and okClicked signals are emitted before the
configuration is saved.
- @short Emitted after all KCModules have been told to save their configuration.
+ @short Emitted after all TDECModules have been told to save their configuration.
*/
void configCommitted();
/**
- Emitted after the KCModules have been told to save their configuration.
+ Emitted after the TDECModules have been told to save their configuration.
It is emitted once for every instance the KCMs that were changed belong
to.
You can make use of this if you have more than one component in your
@@ -24,7 +24,7 @@ public interface KCMultiDialogSignals {
configuration is saved.
@param instanceName The name of the instance that needs to reload its
configuration.
- @short Emitted after the KCModules have been told to save their configuration.
+ @short Emitted after the TDECModules have been told to save their configuration.
*/
void configCommitted(String instanceName);
}