diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:45:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:45:22 +0900 |
commit | 7a6a0c6c8bf60b6bfc49e4f75f698496ca36b14e (patch) | |
tree | 6472711a497824258ea2662784aad25a5c1bad8f /examples/sasltest/sasltest.cpp | |
parent | 0496057fb6e76fa60bb069631402ba6b05d1a4e5 (diff) | |
download | tqca-7a6a0c6c8bf60b6bfc49e4f75f698496ca36b14e.tar.gz tqca-7a6a0c6c8bf60b6bfc49e4f75f698496ca36b14e.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/sasltest/sasltest.cpp')
-rw-r--r-- | examples/sasltest/sasltest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sasltest/sasltest.cpp b/examples/sasltest/sasltest.cpp index 6615988..9eea0f9 100644 --- a/examples/sasltest/sasltest.cpp +++ b/examples/sasltest/sasltest.cpp @@ -28,7 +28,7 @@ static TQString prompt(const TQString &s) class ClientTest : public TQObject { - Q_OBJECT + TQ_OBJECT public: ClientTest() { @@ -288,7 +288,7 @@ private: class ServerTest : public QServerSocket { - Q_OBJECT + TQ_OBJECT public: ServerTest(const TQString &_str, int _port) : QServerSocket(_port), port(_port) { |