diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java b/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java deleted file mode 100644 index 79c8d27e..00000000 --- a/kdejava/koala/org/kde/koala/KFileTreeBranchSignals.java +++ /dev/null @@ -1,20 +0,0 @@ -//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.TQPixmap; - -public interface KFileTreeBranchSignals { - /** - emitted with the item of a directory which was finished to populate - @short emitted with the item of a directory which was finished to populate - */ - void populateFinished(KFileTreeViewItem arg1); - // void newTreeViewItems(KFileTreeBranch* arg1,const KFileTreeViewItemList& arg2); >>>> NOT CONVERTED - /** - emitted with the exact count of children for a directory. - @short emitted with the exact count of children for a directory. - */ - void directoryChildCount(KFileTreeViewItem item, int count); -} |