summaryrefslogtreecommitdiff
path: root/net/ktorrent/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/ktorrent/patches')
-rw-r--r--net/ktorrent/patches/patch-ktorrent_view_view.h12
-rw-r--r--net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h12
2 files changed, 24 insertions, 0 deletions
diff --git a/net/ktorrent/patches/patch-ktorrent_view_view.h b/net/ktorrent/patches/patch-ktorrent_view_view.h
new file mode 100644
index 00000000000..0933c461202
--- /dev/null
+++ b/net/ktorrent/patches/patch-ktorrent_view_view.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-ktorrent_view_view.h,v 1.1 2012/12/22 20:02:37 joerg Exp $
+
+--- ktorrent/view/view.h.orig 2012-12-22 19:35:16.000000000 +0000
++++ ktorrent/view/view.h
+@@ -40,7 +40,6 @@ namespace kt
+ class ViewSelectionModel;
+ class ViewDelegate;
+ class Group;
+- class TorrentInterface;
+
+ class View : public QTreeView
+ {
diff --git a/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h b/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h
new file mode 100644
index 00000000000..a012dc5ac97
--- /dev/null
+++ b/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-libktcore_groups_torrentgroup.h,v 1.1 2012/12/22 20:02:37 joerg Exp $
+
+--- libktcore/groups/torrentgroup.h.orig 2012-12-22 19:31:00.000000000 +0000
++++ libktcore/groups/torrentgroup.h
+@@ -29,7 +29,6 @@ namespace kt
+ {
+
+ class QueueManager;
+- class TorrentInterface;
+
+ /**
+ @author Joris Guisson <joris.guisson@gmail.com>