summaryrefslogtreecommitdiffstats
path: root/examples/sslservtest/sslservtest.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 16:59:54 +0900
commite5899e0c305f8bfc21bf3fa8bd31516bf0831db5 (patch)
tree6472711a497824258ea2662784aad25a5c1bad8f /examples/sslservtest/sslservtest.cpp
parent0496057fb6e76fa60bb069631402ba6b05d1a4e5 (diff)
downloadtqca-r14.1.1.tar.gz
tqca-r14.1.1.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a6a0c6c8bf60b6bfc49e4f75f698496ca36b14e)
Diffstat (limited to 'examples/sslservtest/sslservtest.cpp')
-rw-r--r--examples/sslservtest/sslservtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sslservtest/sslservtest.cpp b/examples/sslservtest/sslservtest.cpp
index 3dace8a..f2c5a05 100644
--- a/examples/sslservtest/sslservtest.cpp
+++ b/examples/sslservtest/sslservtest.cpp
@@ -108,7 +108,7 @@ public:
class SecureServerTest : public QServerSocket
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum { Idle, Handshaking, Active, Closing };