diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:01 -0600 |
commit | 79e320ac2390400ace1779f77b280accfdcbd393 (patch) | |
tree | f208b54c81d1b8a42996ab9d9009d85251a17684 /src/verifypopup.cpp | |
parent | 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce (diff) | |
download | kopete-otr-79e320ac2390400ace1779f77b280accfdcbd393.tar.gz kopete-otr-79e320ac2390400ace1779f77b280accfdcbd393.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.
Diffstat (limited to 'src/verifypopup.cpp')
-rw-r--r-- | src/verifypopup.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/verifypopup.cpp b/src/verifypopup.cpp index c7550e0..2fc7bc8 100644 --- a/src/verifypopup.cpp +++ b/src/verifypopup.cpp @@ -36,9 +36,9 @@ VerifyPopup::VerifyPopup(TQWidget* parent, const char* name, Kopete::ChatSession : VerifyPopupUI(parent,name, modal,fl) { this->session = session; - alContact->setText(i18n("Verify fingerprint for %1.").arg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); - alFingerprint->setText(i18n("The received fingerprint is:\n\n%1\n\nContact %2 via another secure channel and verify that this fingerprint is correct.").arg(OtrlChatInterface::self()->findActiveFingerprint(session)).arg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); - alVerified->setText(i18n("verified that this is in fact the correct fingerprint for %1").arg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); + alContact->setText(i18n("Verify fingerprint for %1.").tqarg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); + alFingerprint->setText(i18n("The received fingerprint is:\n\n%1\n\nContact %2 via another secure channel and verify that this fingerprint is correct.").tqarg(OtrlChatInterface::self()->findActiveFingerprint(session)).tqarg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); + alVerified->setText(i18n("verified that this is in fact the correct fingerprint for %1").tqarg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); cbVerify->insertItem(i18n("I have not")); cbVerify->insertItem(i18n("I have")); if( OtrlChatInterface::self()->isVerified(session)){ |