From a23f1fc1a162ecb85ed44484372faa26141af33a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 13:12:29 -0600 Subject: Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 --- kdejava/koala/org/kde/koala/TDECModuleSignals.java | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 kdejava/koala/org/kde/koala/TDECModuleSignals.java (limited to 'kdejava/koala/org/kde/koala/TDECModuleSignals.java') diff --git a/kdejava/koala/org/kde/koala/TDECModuleSignals.java b/kdejava/koala/org/kde/koala/TDECModuleSignals.java new file mode 100644 index 00000000..fe4bfa22 --- /dev/null +++ b/kdejava/koala/org/kde/koala/TDECModuleSignals.java @@ -0,0 +1,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 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(); +} -- cgit v1.2.3