diff options
author | joerg <joerg@pkgsrc.org> | 2013-03-28 21:43:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-03-28 21:43:05 +0000 |
commit | f1c31e51f027f22160b349c92a5c1225508c1782 (patch) | |
tree | b03afbb16b469f851780f6616aa2387b09246bfd /graphics/showimg | |
parent | f9909fa9fa364577fb6e120ecfcd9a33ef2e0438 (diff) | |
download | pkgsrc-f1c31e51f027f22160b349c92a5c1225508c1782.tar.gz |
Forward declaration must not be qualified with a namespace. Adjust.
Diffstat (limited to 'graphics/showimg')
-rw-r--r-- | graphics/showimg/distinfo | 4 | ||||
-rw-r--r-- | graphics/showimg/patches/patch-showimg_showimg_listitemview.h | 12 | ||||
-rw-r--r-- | graphics/showimg/patches/patch-showimg_showimg_mainwindow.h | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/graphics/showimg/distinfo b/graphics/showimg/distinfo index c4ce84048f9..52df4d768d2 100644 --- a/graphics/showimg/distinfo +++ b/graphics/showimg/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.5 2011/01/29 22:00:59 markd Exp $ +$NetBSD: distinfo,v 1.6 2013/03/28 21:43:08 joerg Exp $ SHA1 (showimg-0.9.5.tar.bz2) = 59d3a1f1a22761e0576d98e6cc6f430cc3822643 RMD160 (showimg-0.9.5.tar.bz2) = 150dc74f400b72a22f6a117aa3acd8201a059a39 Size (showimg-0.9.5.tar.bz2) = 4117897 bytes SHA1 (patch-aa) = 90d10f0989e66c29e8a9bae4ee51527818bc0cb1 SHA1 (patch-ab) = 0d90531ac8edc44cff1d6533548f5d564e2e373f +SHA1 (patch-showimg_showimg_listitemview.h) = 50b54d099ce66fc25ef76311df30d5e97fe8a7cf +SHA1 (patch-showimg_showimg_mainwindow.h) = a8f2e37f1e3d6c2455f5417a0ab4b70bac669c2f diff --git a/graphics/showimg/patches/patch-showimg_showimg_listitemview.h b/graphics/showimg/patches/patch-showimg_showimg_listitemview.h new file mode 100644 index 00000000000..643c31a9c93 --- /dev/null +++ b/graphics/showimg/patches/patch-showimg_showimg_listitemview.h @@ -0,0 +1,12 @@ +$NetBSD: patch-showimg_showimg_listitemview.h,v 1.1 2013/03/28 21:43:08 joerg Exp $ + +--- showimg/showimg/listitemview.h.orig 2013-03-28 12:11:17.000000000 +0000 ++++ showimg/showimg/listitemview.h +@@ -38,7 +38,6 @@ class KAction; + class KDirWatch; + class KListView; + class KPopupMenu; +-class KIO::Job; + + class QDragEnterEvent; + class QDropEvent; diff --git a/graphics/showimg/patches/patch-showimg_showimg_mainwindow.h b/graphics/showimg/patches/patch-showimg_showimg_mainwindow.h new file mode 100644 index 00000000000..f54acb8bd47 --- /dev/null +++ b/graphics/showimg/patches/patch-showimg_showimg_mainwindow.h @@ -0,0 +1,12 @@ +$NetBSD: patch-showimg_showimg_mainwindow.h,v 1.1 2013/03/28 21:43:08 joerg Exp $ + +--- showimg/showimg/mainwindow.h.orig 2013-03-28 12:13:26.000000000 +0000 ++++ showimg/showimg/mainwindow.h +@@ -113,7 +113,6 @@ class KHistoryCombo; + class KSqueezedTextLabel; + class KMdiChildView; + class KMdiToolViewAccessor; +-class KParts::ReadOnlyPart; + + class SHOWIMGCORE_EXPORT MainWindow : public KParts::DockMainWindow, public KBookmarkOwner + { |