diff options
Diffstat (limited to 'misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h')
-rw-r--r-- | misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h b/misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h new file mode 100644 index 00000000000..5a811c25566 --- /dev/null +++ b/misc/kdeutils3/patches/patch-superkaramba_src_imagelabel.h @@ -0,0 +1,15 @@ +$NetBSD: patch-superkaramba_src_imagelabel.h,v 1.1 2013/03/26 23:30:46 joerg Exp $ + +--- superkaramba/src/imagelabel.h.orig 2013-03-26 21:30:40.000000000 +0000 ++++ superkaramba/src/imagelabel.h +@@ -38,7 +38,9 @@ + #include "karamba.h" + + class ImageLabel; +-class KIO::CopyJob; ++namespace KIO { ++ class CopyJob; ++} + + // Abstract Effects Baseclass + class Effect : public QObject |