diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:49:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 12:49:18 +0900 |
commit | f5f3eb33f587085077453d74aadffa2d2377a73d (patch) | |
tree | f73f0fbd0506645451bd3d0093b9fb0319ef6883 /src/gvcore/documentanimatedloadedimpl.h | |
parent | 5ef66e4a17dcb67db72698396732b77a69dcd9e2 (diff) | |
download | gwenview-f5f3eb33f587085077453d74aadffa2d2377a73d.tar.gz gwenview-f5f3eb33f587085077453d74aadffa2d2377a73d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gvcore/documentanimatedloadedimpl.h')
-rw-r--r-- | src/gvcore/documentanimatedloadedimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/documentanimatedloadedimpl.h b/src/gvcore/documentanimatedloadedimpl.h index 736edcc..5a6a1e7 100644 --- a/src/gvcore/documentanimatedloadedimpl.h +++ b/src/gvcore/documentanimatedloadedimpl.h @@ -38,7 +38,7 @@ class Document; class DocumentAnimatedLoadedImplPrivate; class DocumentAnimatedLoadedImpl : public DocumentLoadedImpl { -Q_OBJECT +TQ_OBJECT public: DocumentAnimatedLoadedImpl(Document* document, const ImageFrames& frames); |