diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:17:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 22:05:39 +0900 |
commit | 4995a9179283b2e7688a319657757f4ad1cc2a6d (patch) | |
tree | 3fb615ced72eff0cfb1767aedebde23fd81b33ef /src/twin/iaorabutton.h | |
parent | b508dbd62ceb63c41e5a7bf847c4661a57c1d8f7 (diff) | |
download | tde-style-ia-ora-4995a9179283b2e7688a319657757f4ad1cc2a6d.tar.gz tde-style-ia-ora-4995a9179283b2e7688a319657757f4ad1cc2a6d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit a47b946ea19975d02ebcaa5b839a4efe595a13c3)
Diffstat (limited to 'src/twin/iaorabutton.h')
-rw-r--r-- | src/twin/iaorabutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/twin/iaorabutton.h b/src/twin/iaorabutton.h index 8b4237b..98c2c3c 100644 --- a/src/twin/iaorabutton.h +++ b/src/twin/iaorabutton.h @@ -37,7 +37,7 @@ class IaOraClient; class IaOraButton : public KCommonDecorationButton { - Q_OBJECT + TQ_OBJECT public: IaOraButton(ButtonType type, IaOraClient *parent, const char *name); ~IaOraButton(); |