summaryrefslogtreecommitdiff
path: root/editors/kile-kde3/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2013-03-28 21:43:05 +0000
committerjoerg <joerg>2013-03-28 21:43:05 +0000
commit919422553dec9935fc9c7a928ff0d1bc0824e3b6 (patch)
treeb03afbb16b469f851780f6616aa2387b09246bfd /editors/kile-kde3/patches
parent47db0e5bcb8b005cbdb76dd0dc6733939f1a4f7f (diff)
downloadpkgsrc-919422553dec9935fc9c7a928ff0d1bc0824e3b6.tar.gz
Forward declaration must not be qualified with a namespace. Adjust.
Diffstat (limited to 'editors/kile-kde3/patches')
-rw-r--r--editors/kile-kde3/patches/patch-src_kile_kileprojectview.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/kile-kde3/patches/patch-src_kile_kileprojectview.h b/editors/kile-kde3/patches/patch-src_kile_kileprojectview.h
new file mode 100644
index 00000000000..1c575a3ace3
--- /dev/null
+++ b/editors/kile-kde3/patches/patch-src_kile_kileprojectview.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_kile_kileprojectview.h,v 1.1 2013/03/28 21:43:06 joerg Exp $
+
+--- src/kile/kileprojectview.h.orig 2013-03-28 13:28:50.000000000 +0000
++++ src/kile/kileprojectview.h
+@@ -25,7 +25,6 @@
+ class KURL;
+ class KPopupMenu;
+ class KToggleAction;
+-class KileDocument::Info;
+ class KileInfo;
+
+ namespace KileType {enum ProjectView { Project=0, ProjectItem, ProjectExtra, File, Folder};}