$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 bool removeRef( T *t ) { - QValueListIterator it = find( t ); + QValueListIterator it = this->find( t ); if ( it == QValueList::end() ) { return false; } else {