diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:19 -0600 |
commit | 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce (patch) | |
tree | 2bbbaf78ec36e8ee0af8111cc22276d736a632db /src/smppopup.cpp | |
parent | 90f25c94c32ef0fcb95fbf3c460161f3009d79bb (diff) | |
download | kopete-otr-9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.tar.gz kopete-otr-9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce.zip |
Rename a number of old tq methods that are no longer tq specific
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 36f650b..dcb630b 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:").tqarg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); + tlText->setText( i18n("Please enter the secret passphrase to authenticate %1:").arg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId()))); } SMPPopup::~SMPPopup() |