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-20 14:18:02 +0900 |
commit | 875c12e9b2e4af81baa2cfc309de189c6e7fc6bc (patch) | |
tree | 459fe4981ebf4292dc8920940bbdffa8356748b0 | |
parent | 81c7c4d06e8d7e39dd402980f8a2f766cbf56e95 (diff) | |
download | twin-style-machbunt-875c12e9b2e4af81baa2cfc309de189c6e7fc6bc.tar.gz twin-style-machbunt-875c12e9b2e4af81baa2cfc309de189c6e7fc6bc.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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: |