diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:01 -0600 |
commit | 79e320ac2390400ace1779f77b280accfdcbd393 (patch) | |
tree | f208b54c81d1b8a42996ab9d9009d85251a17684 /src/smppopup.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/smppopup.cpp')
-rw-r--r-- | src/smppopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smppopup.cpp b/src/smppopup.cpp index dcb630b..36f650b 100644 --- a/src/smppopup.cpp +++ b/src/smppopup.cpp @@ -35,7 +35,7 @@ SMPPopup::SMPPopup(TQWidget* parent, const char* name, WFlags fl, ConnContext *c this->context = context; this->session = session; this->initiate = initiate; - tlText->setText( i18n("Please enter the secret passphrase to authenticate %1:").arg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); + tlText->setText( i18n("Please enter the secret passphrase to authenticate %1:").tqarg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); } SMPPopup::~SMPPopup() |