summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KCommandHistorySignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KCommandHistorySignals.java')
-rw-r--r--kdejava/koala/org/kde/koala/KCommandHistorySignals.java30
1 files changed, 0 insertions, 30 deletions
diff --git a/kdejava/koala/org/kde/koala/KCommandHistorySignals.java b/kdejava/koala/org/kde/koala/KCommandHistorySignals.java
deleted file mode 100644
index 1bc45380..00000000
--- a/kdejava/koala/org/kde/koala/KCommandHistorySignals.java
+++ /dev/null
@@ -1,30 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.koala;
-
-import org.kde.qt.TQMetaObject;
-import org.kde.qt.QtSupport;
-
-public interface KCommandHistorySignals {
- /**
- Emitted every time a command is executed
- (whether by addCommand, undo or redo).
- You can use this to update the GUI, for instance.
- KDE4 TODO: remove
- @short Emitted every time a command is executed (whether by addCommand, undo or redo).
- */
- void commandExecuted();
- /**
- Emitted every time a command is executed
- (whether by addCommand, undo or redo).
- You can use this to update the GUI, for instance.
- @param command was executed
- @short Emitted every time a command is executed (whether by addCommand, undo or redo).
- */
- void commandExecuted(KCommand command);
- /**
- Emitted every time we reach the index where you
- saved the document for the last time. See documentSaved
- @short Emitted every time we reach the index where you saved the document for the last time.
- */
- void documentRestored();
-}