diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:18:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:18:13 +0900 |
commit | 76045e6213c59d3ba196a8c73a4fe0480b2934bd (patch) | |
tree | ced725366fffbe45be6d35ba70e38472eef26cbb /src/SUSE2button.h | |
parent | 9b5c2e1e0ff0a48c49fb7a436751faed958ab50d (diff) | |
download | twin-style-suse2-76045e6213c59d3ba196a8c73a4fe0480b2934bd.tar.gz twin-style-suse2-76045e6213c59d3ba196a8c73a4fe0480b2934bd.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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(); |