summaryrefslogtreecommitdiff
path: root/net/ktorrent/patches/patch-ktorrent_view_view.h
diff options
context:
space:
mode:
authorjoerg <joerg>2012-12-22 20:02:36 +0000
committerjoerg <joerg>2012-12-22 20:02:36 +0000
commit411322cd4808451e37ebd9c94dc5d5d0d2c15eaf (patch)
tree77c539f26cf6f7af2c17ef1cd0ffe90632690b6d /net/ktorrent/patches/patch-ktorrent_view_view.h
parent425d74b5639b70a07e3fe0e383f86883874aaf30 (diff)
downloadpkgsrc-411322cd4808451e37ebd9c94dc5d5d0d2c15eaf.tar.gz
Don't forward declare a type that is pulled in via using.
Diffstat (limited to 'net/ktorrent/patches/patch-ktorrent_view_view.h')
-rw-r--r--net/ktorrent/patches/patch-ktorrent_view_view.h12
1 files changed, 12 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
+ {