This partially resolves bug report 958.
@ -67,7 +67,7 @@ class ListBase : public TQValueList<T *>
bool removeRef( T *t )
{
TQValueListIterator<T *> it = find( t );
TQValueListIterator<T *> it = this->find( t );
if ( it == TQValueList<T*>::end() ) {
return false;
} else {