diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:05:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 13:18:07 +0900 |
commit | 1ef07aa28d132e4b961d1679376d06ffb7876404 (patch) | |
tree | 8d12f78d2f0bdb117c57b6fe5cc458da3ba8ade3 /src/suspenddialog.h | |
parent | 9e6cc87407239976a17a4ef6fe1fc7e1b29883b8 (diff) | |
download | tdepowersave-1ef07aa2.tar.gz tdepowersave-1ef07aa2.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 91fd99c2cdc453762e21149ceaefdd917e03d9c0)
Diffstat (limited to 'src/suspenddialog.h')
-rw-r--r-- | src/suspenddialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/suspenddialog.h b/src/suspenddialog.h index 096c9c6..cd80d0b 100644 --- a/src/suspenddialog.h +++ b/src/suspenddialog.h @@ -35,7 +35,7 @@ class suspendDialog: public suspend_Dialog { - Q_OBJECT + TQ_OBJECT public: |