49f05c8
diff -up kdepim-3.5.10/libkcal/listbase.h.me kdepim-3.5.10/libkcal/listbase.h
49f05c8
--- kdepim-3.5.10/libkcal/listbase.h.me	2012-02-08 15:18:18.076644288 +0100
49f05c8
+++ kdepim-3.5.10/libkcal/listbase.h	2012-02-08 15:19:20.577257147 +0100
49f05c8
@@ -67,7 +67,7 @@ class ListBase : public QValueList<T *>
49f05c8
 
49f05c8
     bool removeRef( T *t )
49f05c8
     {
49f05c8
-      QValueListIterator<T *> it = find( t );
49f05c8
+      QValueListIterator<T *> it = this->find( t );
49f05c8
       if ( it == QValueList<T*>::end() ) {
49f05c8
         return false;
49f05c8
       } else {