summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-libkcal_listbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim3/patches/patch-libkcal_listbase.h')
-rw-r--r--misc/kdepim3/patches/patch-libkcal_listbase.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kdepim3/patches/patch-libkcal_listbase.h b/misc/kdepim3/patches/patch-libkcal_listbase.h
new file mode 100644
index 00000000000..9b197a3007f
--- /dev/null
+++ b/misc/kdepim3/patches/patch-libkcal_listbase.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-libkcal_listbase.h,v 1.1 2012/05/04 16:27:59 joerg Exp $
+
+--- libkcal/listbase.h.orig 2012-04-27 15:32:46.000000000 +0000
++++ libkcal/listbase.h
+@@ -67,7 +67,7 @@ class ListBase : public QValueList<T *>
+
+ bool removeRef( T *t )
+ {
+- QValueListIterator<T *> it = find( t );
++ QValueListIterator<T *> it = this->find( t );
+ if ( it == QValueList<T*>::end() ) {
+ return false;
+ } else {