diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:39:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:39:03 -0600 |
commit | b860acda13e142d73b93abc3444dcbd13f04d963 (patch) | |
tree | 8c0371777f4991e2902b1cbcbc2876795e75279b /src/smppopup.cpp | |
parent | 96f6451b9589e8c26602b466604164770977ab15 (diff) | |
download | kopete-otr-b860acda13e142d73b93abc3444dcbd13f04d963.tar.gz kopete-otr-b860acda13e142d73b93abc3444dcbd13f04d963.zip |
Remove additional unneeded tq method conversions
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() |