diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:18:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 17:40:35 +0900 |
commit | 3dbd5e8f9b528bba86f91f818d87db3d327d0808 (patch) | |
tree | 2107d790de58a77ea4444b875a8fa0f760ae0757 /src/k9prefmpeg4.h | |
parent | e293907ad9731cd1dfc8827d7194e16139701bef (diff) | |
download | k9copy-3dbd5e8f9b528bba86f91f818d87db3d327d0808.tar.gz k9copy-3dbd5e8f9b528bba86f91f818d87db3d327d0808.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b3ebd61cfbfdba0d025543c5323751ad7a73a8fe)
Diffstat (limited to 'src/k9prefmpeg4.h')
-rw-r--r-- | src/k9prefmpeg4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9prefmpeg4.h b/src/k9prefmpeg4.h index 7920df0..8285aef 100644 --- a/src/k9prefmpeg4.h +++ b/src/k9prefmpeg4.h @@ -17,7 +17,7 @@ #include "k9common.h" class k9prefMPEG4 : public prefMPEG4 { - Q_OBJECT + TQ_OBJECT public: |