summaryrefslogtreecommitdiffstats
path: root/src/otrlconfinterface.h
diff options
context:
space:
mode:
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 );