diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:18:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 22:09:42 +0900 |
commit | b623d8eff4208cb773032f670192e18f657db958 (patch) | |
tree | 514a353d17875f38ccda691f64632e49205b9c82 /src/SUSE2button.h | |
parent | 8c74b11e46c218e72cacc11fc13af64259d7e4ac (diff) | |
download | twin-style-suse2-r14.1.1.tar.gz twin-style-suse2-r14.1.1.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76045e6213c59d3ba196a8c73a4fe0480b2934bd)
Diffstat (limited to 'src/SUSE2button.h')
-rw-r--r-- | src/SUSE2button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SUSE2button.h b/src/SUSE2button.h index 765d147..a51282e 100644 --- a/src/SUSE2button.h +++ b/src/SUSE2button.h @@ -42,7 +42,7 @@ class SUSE2Client; class SUSE2Button : public KCommonDecorationButton { - Q_OBJECT + TQ_OBJECT public: SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name); ~SUSE2Button(); |