diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:18:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 22:09:26 +0900 |
commit | 4ac500a62a3780c637f2489b1df53fe06e5ab792 (patch) | |
tree | 0612c8b254fba5cfd666a445e141462e890dc151 | |
parent | 1fc6bee168410e68bd521da2bf8aa96dbe1d5274 (diff) | |
download | twin-style-machbunt-4ac500a62a3780c637f2489b1df53fe06e5ab792.tar.gz twin-style-machbunt-4ac500a62a3780c637f2489b1df53fe06e5ab792.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 875c12e9b2e4af81baa2cfc309de189c6e7fc6bc)
-rw-r--r-- | src/MachBunt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MachBunt.h b/src/MachBunt.h index a4e12b4..838600c 100644 --- a/src/MachBunt.h +++ b/src/MachBunt.h @@ -48,7 +48,7 @@ class MachBunt; class MachBuntButton : public TQButton { - Q_OBJECT + TQ_OBJECT public: MachBuntButton(MachBunt *client, const char *name, @@ -97,7 +97,7 @@ class MachBuntButton : public TQButton class MachBunt : public KDecoration { - Q_OBJECT + TQ_OBJECT public: MachBunt(KDecorationBridge* bridge, KDecorationFactory* factory); @@ -156,7 +156,7 @@ class MachBunt : public KDecoration class BuntFactory : public TQObject, public KDecorationFactory { - Q_OBJECT + TQ_OBJECT public: |