summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:48:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-27 11:02:27 +0900
commit11d191a9d2c82649a6455b2e9aa6b611b7a97aea (patch)
tree1c21a27512650bb521b6305dd33a50f753dd8ae1
parentd1e0f62b708ccb5e93d0c73d8ec61fe09cde735a (diff)
downloadkopete-otr-11d191a9.tar.gz
kopete-otr-11d191a9.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.cpp2
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
}