diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:48:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 11:02:27 +0900 |
commit | 11d191a9d2c82649a6455b2e9aa6b611b7a97aea (patch) | |
tree | 1c21a27512650bb521b6305dd33a50f753dd8ae1 | |
parent | d1e0f62b708ccb5e93d0c73d8ec61fe09cde735a (diff) | |
download | kopete-otr-r14.1.1.tar.gz kopete-otr-r14.1.1.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ce5ef7b3a6aadf47c75edf4c8fe4f252aa1943ac)
-rw-r--r-- | src/otrlchatinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrlchatinterface.cpp b/src/otrlchatinterface.cpp index 5e11453..74e1c92 100644 --- a/src/otrlchatinterface.cpp +++ b/src/otrlchatinterface.cpp @@ -212,7 +212,7 @@ static void gone_secure(void *opdata, ConnContext *context){ } #ifdef HAVE_LIBOTR_0400 - session->setProperty("otr-instag", QString::number(context->their_instance)); + session->setProperty("otr-instag", TQString::number(context->their_instance)); #endif // HAVE_LIBOTR_0400 } |