summaryrefslogtreecommitdiffstats
path: root/src/gvcore/documentanimatedloadedimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/documentanimatedloadedimpl.cpp')
-rw-r--r--src/gvcore/documentanimatedloadedimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/documentanimatedloadedimpl.cpp b/src/gvcore/documentanimatedloadedimpl.cpp
index cff373c..e8f625c 100644
--- a/src/gvcore/documentanimatedloadedimpl.cpp
+++ b/src/gvcore/documentanimatedloadedimpl.cpp
@@ -54,7 +54,7 @@ DocumentAnimatedLoadedImpl::DocumentAnimatedLoadedImpl(Document* document, const
d=new DocumentAnimatedLoadedImplPrivate;
d->mFrames = frames;
d->mCurrentFrame = -1;
- connect( &d->mFrameTimer, TQT_SIGNAL( timeout()), TQT_SLOT( nextFrame()));
+ connect( &d->mFrameTimer, TQ_SIGNAL( timeout()), TQ_SLOT( nextFrame()));
}
void DocumentAnimatedLoadedImpl::init() {