diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:05:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 13:17:32 +0900 |
commit | 91fd99c2cdc453762e21149ceaefdd917e03d9c0 (patch) | |
tree | 989b88aa250725046c6cebe9c9c4255fe23b0065 /src/autosuspend.h | |
parent | c2676876bc73b80fabb8bc9054825a0e4260c2a7 (diff) | |
download | tdepowersave-91fd99c2cdc453762e21149ceaefdd917e03d9c0.tar.gz tdepowersave-91fd99c2cdc453762e21149ceaefdd917e03d9c0.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/autosuspend.h')
-rw-r--r-- | src/autosuspend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autosuspend.h b/src/autosuspend.h index 4fe5832..37a7216 100644 --- a/src/autosuspend.h +++ b/src/autosuspend.h @@ -36,7 +36,7 @@ class autosuspend : public inactivity { - Q_OBJECT + TQ_OBJECT public: |