diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:55:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:55:39 +0900 |
commit | ce5e23562bd87fad061187e168873cbb3277430c (patch) | |
tree | 03dc9169af14d53754b9a2ef34a91bd44b6df912 /src/sources/acpithermalsrc.h | |
parent | 4248101dc45f71107f7c633c7e0233389ef31a09 (diff) | |
download | kima-ce5e23562bd87fad061187e168873cbb3277430c.tar.gz kima-ce5e23562bd87fad061187e168873cbb3277430c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sources/acpithermalsrc.h')
-rw-r--r-- | src/sources/acpithermalsrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/acpithermalsrc.h b/src/sources/acpithermalsrc.h index 2daffbf..7436feb 100644 --- a/src/sources/acpithermalsrc.h +++ b/src/sources/acpithermalsrc.h @@ -31,7 +31,7 @@ * @author Ken Werner */ class ACPIThermalSrc : public LabelSource { - Q_OBJECT + TQ_OBJECT //macro which activates signals and slots (moc) public: /** |