From 79e320ac2390400ace1779f77b280accfdcbd393 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:01 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce. --- src/smppopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smppopup.cpp') 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() -- cgit v1.2.1