summaryrefslogtreecommitdiffstats
path: root/src/gvcore/documentanimatedloadedimpl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:28:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:28:59 +0900
commit97ea83f8b23cc80320874b97b671c736a83c378a (patch)
tree8da6950abf3ecb5696ffd969bac30d6e05ce9620 /src/gvcore/documentanimatedloadedimpl.cpp
parent831670cd1aa76b314b447cfa2d9c71603cbbf43e (diff)
downloadgwenview-97ea83f8b23cc80320874b97b671c736a83c378a.tar.gz
gwenview-97ea83f8b23cc80320874b97b671c736a83c378a.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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() {