//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); }