diff options
Diffstat (limited to 'ksvg/impl/SVGTimeScheduler.cc')
-rw-r--r-- | ksvg/impl/SVGTimeScheduler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/SVGTimeScheduler.cc b/ksvg/impl/SVGTimeScheduler.cc index d2a10e5a..29862959 100644 --- a/ksvg/impl/SVGTimeScheduler.cc +++ b/ksvg/impl/SVGTimeScheduler.cc @@ -92,7 +92,7 @@ void SVGTimer::notifyAll() animation->handleTimerEvent(); SVGElementImpl *target = animation->targetElement(); - if(!elements.tqcontains(target)) + if(!elements.contains(target)) elements.append(target); } } |