diff --git a/libkcal/listbase.h b/libkcal/listbase.h index 2ce1dfa1..d6b8dbdf 100644 --- a/libkcal/listbase.h +++ b/libkcal/listbase.h @@ -67,7 +67,7 @@ class ListBase : public TQValueList bool removeRef( T *t ) { - TQValueListIterator it = find( t ); + TQValueListIterator it = this->find( t ); if ( it == TQValueList::end() ) { return false; } else {