summaryrefslogtreecommitdiffstats
path: root/src/verifypopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/verifypopup.cpp')
-rw-r--r--src/verifypopup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verifypopup.cpp b/src/verifypopup.cpp
index 560ad7e..2fc7bc8 100644
--- a/src/verifypopup.cpp
+++ b/src/verifypopup.cpp
@@ -32,8 +32,8 @@
#include "kopetechatsession.h"
#include "kopetecontact.h"
-VerifyPopup::VerifyPopup(TQWidget* tqparent, const char* name, Kopete::ChatSession *session, bool modal, WFlags fl)
-: VerifyPopupUI(tqparent,name, modal,fl)
+VerifyPopup::VerifyPopup(TQWidget* parent, const char* name, Kopete::ChatSession *session, bool modal, WFlags fl)
+: VerifyPopupUI(parent,name, modal,fl)
{
this->session = session;
alContact->setText(i18n("Verify fingerprint for %1.").tqarg(OtrlChatInterface::self()->formatContact(session->members().getFirst()->contactId())));