From f21aaec952493cb5688c73de6e82a569ddbd7fb2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:36:20 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kopete/protocols/msn/msnaccount.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/protocols/msn/msnaccount.cpp') diff --git a/kopete/protocols/msn/msnaccount.cpp b/kopete/protocols/msn/msnaccount.cpp index 034f2548..58072441 100644 --- a/kopete/protocols/msn/msnaccount.cpp +++ b/kopete/protocols/msn/msnaccount.cpp @@ -85,7 +85,7 @@ MSNAccount::MSNAccount( MSNProtocol *parent, const TQString& AccountID, const ch m_startChatAction = new KAction( i18n( "&Start Chat..." ), "mail_generic", 0, this, TQT_SLOT( slotStartChat() ), this, "startChatAction" ); - KConfigGroup *config=configGroup(); + TDEConfigGroup *config=configGroup(); m_blockList = config->readListEntry( "blockList" ) ; m_allowList = config->readListEntry( "allowList" ) ; @@ -744,7 +744,7 @@ void MSNAccount::slotNewContactList() m_blockList.clear(); m_reverseList.clear(); m_groupList.clear(); - KConfigGroup *config=configGroup(); + TDEConfigGroup *config=configGroup(); config->writeEntry( "blockList" , TQString() ) ; config->writeEntry( "allowList" , TQString() ); config->writeEntry( "reverseList" , TQString() ); -- cgit v1.2.1