diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 10:15:49 +0900 |
commit | 1d0e7307b157b3d63d402c17b0ffb07bf3a7eb57 (patch) | |
tree | bbbb22f065ffc1a984d8ae889a7de8a5bb27e7a4 /libksirtet/lib/internal.h | |
parent | 15f92066f51b7a50f516a10f63344497fef633cc (diff) | |
download | tdegames-1d0e7307b157b3d63d402c17b0ffb07bf3a7eb57.tar.gz tdegames-1d0e7307b157b3d63d402c17b0ffb07bf3a7eb57.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc6061ff9e83d8032611908039c3b399aedabf88)
Diffstat (limited to 'libksirtet/lib/internal.h')
-rw-r--r-- | libksirtet/lib/internal.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libksirtet/lib/internal.h b/libksirtet/lib/internal.h index f2e752c3..30e4c7b3 100644 --- a/libksirtet/lib/internal.h +++ b/libksirtet/lib/internal.h @@ -58,7 +58,7 @@ class Server //----------------------------------------------------------------------------- class Network : public TQObject, public Local { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ class Network : public TQObject, public Local //----------------------------------------------------------------------------- class LocalServer : public TQObject, public Local, public Server { - Q_OBJECT + TQ_OBJECT public: @@ -113,7 +113,7 @@ class LocalServer : public TQObject, public Local, public Server //----------------------------------------------------------------------------- class NetworkServer : public Network, public Server { - Q_OBJECT + TQ_OBJECT public: @@ -139,7 +139,7 @@ class NetworkServer : public Network, public Server //----------------------------------------------------------------------------- class Client : public Network { - Q_OBJECT + TQ_OBJECT public: |