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 16:59:54 +0900 |
commit | e5899e0c305f8bfc21bf3fa8bd31516bf0831db5 (patch) | |
tree | 6472711a497824258ea2662784aad25a5c1bad8f /examples/ssltest/ssltest.cpp | |
parent | 0496057fb6e76fa60bb069631402ba6b05d1a4e5 (diff) | |
download | tqca-e5899e0c305f8bfc21bf3fa8bd31516bf0831db5.tar.gz tqca-e5899e0c305f8bfc21bf3fa8bd31516bf0831db5.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/ssltest/ssltest.cpp')
-rw-r--r-- | examples/ssltest/ssltest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssltest/ssltest.cpp b/examples/ssltest/ssltest.cpp index f26f293..05ab3ef 100644 --- a/examples/ssltest/ssltest.cpp +++ b/examples/ssltest/ssltest.cpp @@ -117,7 +117,7 @@ TQString resultToString(int result) class SecureTest : public TQObject { - Q_OBJECT + TQ_OBJECT public: SecureTest() { |