diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:55:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 12:44:44 +0900 |
commit | b7ec7cce3b6852467f09fc8cde42d4b682e75053 (patch) | |
tree | 03dc9169af14d53754b9a2ef34a91bd44b6df912 /src/sources/omnibookthermalsrc.h | |
parent | 4248101dc45f71107f7c633c7e0233389ef31a09 (diff) | |
download | kima-b7ec7cce3b6852467f09fc8cde42d4b682e75053.tar.gz kima-b7ec7cce3b6852467f09fc8cde42d4b682e75053.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ce5e23562bd87fad061187e168873cbb3277430c)
Diffstat (limited to 'src/sources/omnibookthermalsrc.h')
-rw-r--r-- | src/sources/omnibookthermalsrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/omnibookthermalsrc.h b/src/sources/omnibookthermalsrc.h index 147564a..3571bb6 100644 --- a/src/sources/omnibookthermalsrc.h +++ b/src/sources/omnibookthermalsrc.h @@ -30,7 +30,7 @@ * which is provided by the omnibook kernel module. */ class OmnibookThermalSrc : public LabelSource { - Q_OBJECT + TQ_OBJECT //macro which activates signals and slots (moc) public: /** |