diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | cc685f712832a40b1fdb15ea338a82462f96a7f7 (patch) | |
tree | 7a34e86186e72191b649f40de942f345afc64e75 /src/verifypopup.cpp | |
parent | 329367edf66fec19f8a9de843cf3319fbe187b99 (diff) | |
download | kopete-otr-cc685f712832a40b1fdb15ea338a82462f96a7f7.tar.gz kopete-otr-cc685f712832a40b1fdb15ea338a82462f96a7f7.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kopete-otr@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/verifypopup.cpp')
-rw-r--r-- | src/verifypopup.cpp | 4 |
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()))); |