//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 tquickhelp has changed. Emit this signal whenever the module's tquickhelp changes. Modules implemented as tabbed dialogs might want to implement per-tab tquickhelp for example. @short Indicate that the module's tquickhelp has changed. */ void quickHelpChanged(); }