diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:55:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:55:58 +0900 |
commit | 4ce590b58154eff037df64223154d5831b8e4eed (patch) | |
tree | 829de0976d0b430b684e5fd7286a5815b0bcbf11 /src/otrlchatinterface.h | |
parent | 14a2b6214f4da90009d3839fbaf96ecfcaf5ae87 (diff) | |
download | kopete-otr-4ce590b58154eff037df64223154d5831b8e4eed.tar.gz kopete-otr-4ce590b58154eff037df64223154d5831b8e4eed.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/otrlchatinterface.h')
-rw-r--r-- | src/otrlchatinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrlchatinterface.h b/src/otrlchatinterface.h index c4a9428..75f102a 100644 --- a/src/otrlchatinterface.h +++ b/src/otrlchatinterface.h @@ -43,7 +43,7 @@ extern "C" { class KDE_EXPORT OtrlChatInterface: public TQObject { - Q_OBJECT + TQ_OBJECT public: ~OtrlChatInterface(); |