From 919422553dec9935fc9c7a928ff0d1bc0824e3b6 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 28 Mar 2013 21:43:05 +0000 Subject: Forward declaration must not be qualified with a namespace. Adjust. --- print/kbibtex-kde3/distinfo | 7 ++++++- print/kbibtex-kde3/patches/patch-src_documentlistview.h | 13 +++++++++++++ print/kbibtex-kde3/patches/patch-src_entrywidgetother.h | 12 ++++++++++++ print/kbibtex-kde3/patches/patch-src_kbibtex__part.h | 12 ++++++++++++ print/kbibtex-kde3/patches/patch-src_settings.h | 12 ++++++++++++ print/kbibtex-kde3/patches/patch-src_webquerypubmed.h | 12 ++++++++++++ 6 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 print/kbibtex-kde3/patches/patch-src_documentlistview.h create mode 100644 print/kbibtex-kde3/patches/patch-src_entrywidgetother.h create mode 100644 print/kbibtex-kde3/patches/patch-src_kbibtex__part.h create mode 100644 print/kbibtex-kde3/patches/patch-src_settings.h create mode 100644 print/kbibtex-kde3/patches/patch-src_webquerypubmed.h (limited to 'print/kbibtex-kde3') diff --git a/print/kbibtex-kde3/distinfo b/print/kbibtex-kde3/distinfo index 318145504a4..aa558184c5b 100644 --- a/print/kbibtex-kde3/distinfo +++ b/print/kbibtex-kde3/distinfo @@ -1,5 +1,10 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/03/22 06:58:08 markd Exp $ +$NetBSD: distinfo,v 1.2 2013/03/28 21:43:10 joerg Exp $ SHA1 (kbibtex-0.2.1.tar.bz2) = 2448b8c8358ed1999858e8069dfe523aa1029d70 RMD160 (kbibtex-0.2.1.tar.bz2) = a9cb38386154204fb24d16a1b686977a96feafbd Size (kbibtex-0.2.1.tar.bz2) = 722618 bytes +SHA1 (patch-src_documentlistview.h) = 4f42bfe95811e2785bb7a3181613b8bab554609c +SHA1 (patch-src_entrywidgetother.h) = 5a37aee1996075c32868ca3453fe01c76c38e6e4 +SHA1 (patch-src_kbibtex__part.h) = 682e1ba39b29d0526a3b724132009ea6c3389ee9 +SHA1 (patch-src_settings.h) = ba7c8a8e860c551383fa4ec3bee60f72ec264954 +SHA1 (patch-src_webquerypubmed.h) = cd095faa431728537f99f11aa0761957dd5260e1 diff --git a/print/kbibtex-kde3/patches/patch-src_documentlistview.h b/print/kbibtex-kde3/patches/patch-src_documentlistview.h new file mode 100644 index 00000000000..6db76fb69e7 --- /dev/null +++ b/print/kbibtex-kde3/patches/patch-src_documentlistview.h @@ -0,0 +1,13 @@ +$NetBSD: patch-src_documentlistview.h,v 1.1 2013/03/28 21:43:10 joerg Exp $ + +--- src/documentlistview.h.orig 2013-03-27 10:46:40.000000000 +0000 ++++ src/documentlistview.h +@@ -32,8 +32,6 @@ class KURL; + class KActionMenu; + class KPopupMenu; + +-enum BibTeX::Element::FilterType; +- + namespace KBibTeX + { + class DocumentWidget; diff --git a/print/kbibtex-kde3/patches/patch-src_entrywidgetother.h b/print/kbibtex-kde3/patches/patch-src_entrywidgetother.h new file mode 100644 index 00000000000..d9fde06630e --- /dev/null +++ b/print/kbibtex-kde3/patches/patch-src_entrywidgetother.h @@ -0,0 +1,12 @@ +$NetBSD: patch-src_entrywidgetother.h,v 1.1 2013/03/28 21:43:10 joerg Exp $ + +--- src/entrywidgetother.h.orig 2013-03-27 10:50:50.000000000 +0000 ++++ src/entrywidgetother.h +@@ -29,7 +29,6 @@ + class QPushButton; + class KListView; + class QLineEdit; +-class KBibTeX::FieldLineEdit; + + namespace KBibTeX + { diff --git a/print/kbibtex-kde3/patches/patch-src_kbibtex__part.h b/print/kbibtex-kde3/patches/patch-src_kbibtex__part.h new file mode 100644 index 00000000000..f798073e9b8 --- /dev/null +++ b/print/kbibtex-kde3/patches/patch-src_kbibtex__part.h @@ -0,0 +1,12 @@ +$NetBSD: patch-src_kbibtex__part.h,v 1.1 2013/03/28 21:43:10 joerg Exp $ + +--- src/kbibtex_part.h.orig 2013-03-27 10:48:10.000000000 +0000 ++++ src/kbibtex_part.h +@@ -43,7 +43,6 @@ class KAction; + class KActionMenu; + class KToggleAction; + class KMainWindow; +-class KBibTeX::WebQuery; + + class KBibTeXPart : public KParts::ReadWritePart + { diff --git a/print/kbibtex-kde3/patches/patch-src_settings.h b/print/kbibtex-kde3/patches/patch-src_settings.h new file mode 100644 index 00000000000..97bf740f808 --- /dev/null +++ b/print/kbibtex-kde3/patches/patch-src_settings.h @@ -0,0 +1,12 @@ +$NetBSD: patch-src_settings.h,v 1.1 2013/03/28 21:43:10 joerg Exp $ + +--- src/settings.h.orig 2013-03-27 10:47:43.000000000 +0000 ++++ src/settings.h +@@ -36,7 +36,6 @@ class KURL; + class QString; + class QChar; + class QFont; +-class BibTeX::Element; + + namespace KBibTeX + { diff --git a/print/kbibtex-kde3/patches/patch-src_webquerypubmed.h b/print/kbibtex-kde3/patches/patch-src_webquerypubmed.h new file mode 100644 index 00000000000..c3bc715b3f1 --- /dev/null +++ b/print/kbibtex-kde3/patches/patch-src_webquerypubmed.h @@ -0,0 +1,12 @@ +$NetBSD: patch-src_webquerypubmed.h,v 1.1 2013/03/28 21:43:10 joerg Exp $ + +--- src/webquerypubmed.h.orig 2013-03-27 10:50:22.000000000 +0000 ++++ src/webquerypubmed.h +@@ -29,7 +29,6 @@ + class QStringList; + class QDomElement; + class QDate; +-class BibTeX::File; + + namespace KBibTeX + { -- cgit v1.2.3