From d0be1721b4656109c9e21cc0ecb6f23b343b7c26 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/protocols/meanwhile/meanwhileaccount.cpp | 4 ++-- kopete/protocols/meanwhile/meanwhileaccount.h | 2 +- kopete/protocols/meanwhile/ui/meanwhileaddcontactbase.ui | 2 +- kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kopete/protocols/meanwhile') diff --git a/kopete/protocols/meanwhile/meanwhileaccount.cpp b/kopete/protocols/meanwhile/meanwhileaccount.cpp index 91ad1a0f..f96b10f8 100644 --- a/kopete/protocols/meanwhile/meanwhileaccount.cpp +++ b/kopete/protocols/meanwhile/meanwhileaccount.cpp @@ -63,10 +63,10 @@ void MeanwhileAccount::setPlugin(MeanwhilePlugin *plugin) bool MeanwhileAccount::createContact( const TQString & contactId , - Kopete::MetaContact * tqparentContact) + Kopete::MetaContact * parentContact) { MeanwhileContact* newContact = new MeanwhileContact(contactId, - tqparentContact->displayName(), this, tqparentContact); + parentContact->displayName(), this, parentContact); MeanwhileProtocol *p = static_cast(protocol()); diff --git a/kopete/protocols/meanwhile/meanwhileaccount.h b/kopete/protocols/meanwhile/meanwhileaccount.h index daa5ca0c..2b59e1ca 100644 --- a/kopete/protocols/meanwhile/meanwhileaccount.h +++ b/kopete/protocols/meanwhile/meanwhileaccount.h @@ -44,7 +44,7 @@ public: ~MeanwhileAccount(); virtual bool createContact(const TQString &contactId, - Kopete::MetaContact *tqparentContact); + Kopete::MetaContact *parentContact); virtual void connectWithPassword(const TQString &password); diff --git a/kopete/protocols/meanwhile/ui/meanwhileaddcontactbase.ui b/kopete/protocols/meanwhile/ui/meanwhileaddcontactbase.ui index d323bbe9..6920d7e3 100644 --- a/kopete/protocols/meanwhile/ui/meanwhileaddcontactbase.ui +++ b/kopete/protocols/meanwhile/ui/meanwhileaddcontactbase.ui @@ -107,5 +107,5 @@ - + diff --git a/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui b/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui index 39bde950..5f85cac2 100644 --- a/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui +++ b/kopete/protocols/meanwhile/ui/meanwhileeditaccountbase.ui @@ -430,7 +430,7 @@ mScreenName - + kopetepasswordwidget.h -- cgit v1.2.1