summaryrefslogtreecommitdiffstats
path: root/src/tqca.h
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 /src/tqca.h
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 'src/tqca.h')
-rw-r--r--src/tqca.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tqca.h b/src/tqca.h
index e5cacb7..5ba0195 100644
--- a/src/tqca.h
+++ b/src/tqca.h
@@ -312,7 +312,7 @@ namespace TQCA
class TQCA_EXPORT TLS : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Validity {
NoCert,
@@ -373,7 +373,7 @@ namespace TQCA
class TQCA_EXPORT SASL : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrAuth, ErrCrypt };
enum ErrorCond {