summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/SVGTimeScheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/SVGTimeScheduler.cc')
-rw-r--r--ksvg/impl/SVGTimeScheduler.cc2
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);
}
}