summaryrefslogtreecommitdiffstats
path: root/examples/sasltest/sasltest.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:45:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:45:22 +0900
commit7a6a0c6c8bf60b6bfc49e4f75f698496ca36b14e (patch)
tree6472711a497824258ea2662784aad25a5c1bad8f /examples/sasltest/sasltest.cpp
parent0496057fb6e76fa60bb069631402ba6b05d1a4e5 (diff)
downloadtqca-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.cpp4
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)
{