From 9f51f088d1c9b4ad562f6e1107b2ccb3159b44ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:19 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- 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 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() -- cgit v1.2.1