summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFilePreview.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFilePreview.java')
-rw-r--r--kdejava/koala/org/kde/koala/KFilePreview.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KFilePreview.java b/kdejava/koala/org/kde/koala/KFilePreview.java
index f5f4cca4..fd05195f 100644
--- a/kdejava/koala/org/kde/koala/KFilePreview.java
+++ b/kdejava/koala/org/kde/koala/KFilePreview.java
@@ -64,11 +64,11 @@ public class KFilePreview extends TQSplitter implements KFileViewInterface {
/**
This overrides KFileView.actionCollection() by returning
the actionCollection() of the KFileView (member left) it contains.
- This means that KFilePreview will never create a KActionCollection
+ This means that KFilePreview will never create a TDEActionCollection
object of its own.
@short This overrides KFileView.actionCollection() by returning the actionCollection() of the KFileView (member left) it contains.
*/
- public native KActionCollection actionCollection();
+ public native TDEActionCollection actionCollection();
public native void ensureItemVisible(KFileItem arg1);
public native void setPreviewWidget(TQWidget w, KURL u);
protected native void slotHighlighted(KFileItem arg1);