From e5899e0c305f8bfc21bf3fa8bd31516bf0831db5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:45:22 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 7a6a0c6c8bf60b6bfc49e4f75f698496ca36b14e) --- examples/sasltest/sasltest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/sasltest/sasltest.cpp') 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) { -- cgit v1.2.3