summaryrefslogtreecommitdiffstats
path: root/src/otrlconfinterface.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-06-28 19:30:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-02 12:34:34 +0200
commit707963c2640948aa0fcf2fd6b4651690c8d43ef4 (patch)
treef4583ff38d5551f2d7525cdbf4570170fd45957a /src/otrlconfinterface.h
parentc16126ae22a3c1ae7dfc2513eb6a924ea8689a10 (diff)
downloadkopete-otr-707963c2640948aa0fcf2fd6b4651690c8d43ef4.tar.gz
kopete-otr-707963c2640948aa0fcf2fd6b4651690c8d43ef4.zip
Fix FTBFS with Clang.
Use TQStringList instead of TQString[5]. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/otrlconfinterface.h')
-rw-r--r--src/otrlconfinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrlconfinterface.h b/src/otrlconfinterface.h
index d0579f7..0e743e2 100644
--- a/src/otrlconfinterface.h
+++ b/src/otrlconfinterface.h
@@ -49,7 +49,7 @@ public:
TQString getPrivFingerprint( TQString accountId, TQString protocol );
void generateNewPrivKey( TQString accountId, TQString protocol );
- TQValueList<TQString[5]> readAllFingerprints();
+ TQValueList<TQStringList> readAllFingerprints();
bool hasPrivFingerprint( TQString accountId, TQString protocol);
void forgetFingerprint( TQString strFingerprint );
void verifyFingerprint( TQString strFingerprint, bool trust );