summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/fragment/QueueFragment.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/podfetcher/fragment/QueueFragment.java')
-rw-r--r--src/de/podfetcher/fragment/QueueFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/podfetcher/fragment/QueueFragment.java b/src/de/podfetcher/fragment/QueueFragment.java
index 13ca513e8..ebbff8d6f 100644
--- a/src/de/podfetcher/fragment/QueueFragment.java
+++ b/src/de/podfetcher/fragment/QueueFragment.java
@@ -2,7 +2,7 @@ package de.podfetcher.fragment;
import de.podfetcher.feed.FeedManager;
-public class QueueFragment extends FeedItemlistFragment {
+public class QueueFragment extends ItemlistFragment {
public QueueFragment() {
super(FeedManager.getInstance().getQueue());