diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:17:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 17:38:53 +0900 |
commit | 2a618adc8eec3febd4f805963a3b89e0ab1af44e (patch) | |
tree | cb905a86c68c824316fac7e82013ad4ef1c43d5e /amarok/src/scripts/graphequalizer/stdinreader.h | |
parent | f107665013193cb697588b13c262bb20fe1929ea (diff) | |
download | amarok-2a618adc.tar.gz amarok-2a618adc.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d24f50c368d5c75f87fba18fd92a3ade9f82f0c3)
Diffstat (limited to 'amarok/src/scripts/graphequalizer/stdinreader.h')
-rw-r--r-- | amarok/src/scripts/graphequalizer/stdinreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/scripts/graphequalizer/stdinreader.h b/amarok/src/scripts/graphequalizer/stdinreader.h index b0d2003c..a29ead8e 100644 --- a/amarok/src/scripts/graphequalizer/stdinreader.h +++ b/amarok/src/scripts/graphequalizer/stdinreader.h @@ -11,7 +11,7 @@ class StdinReader : public TQObject { - Q_OBJECT + TQ_OBJECT public: |