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/libkopete/kopeteaccount.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/libkopete/kopeteaccount.cpp') diff --git a/kopete/libkopete/kopeteaccount.cpp b/kopete/libkopete/kopeteaccount.cpp index f549d1f0..69efb623 100644 --- a/kopete/libkopete/kopeteaccount.cpp +++ b/kopete/libkopete/kopeteaccount.cpp @@ -76,7 +76,7 @@ public: TQTimer suppressStatusTimer; bool suppressStatusNotification; Kopete::BlackLister *blackList; - KConfigGroup *configGroup; + TDEConfigGroup *configGroup; uint connectionTry; TQString customIcon; Kopete::OnlineStatus restoreStatus; @@ -86,7 +86,7 @@ public: Account::Account( Protocol *parent, const TQString &accountId, const char *name ) : TQObject( parent, name ), d( new Private( parent, accountId ) ) { - d->configGroup=new KConfigGroup(TDEGlobal::config(), TQString::fromLatin1( "Account_%1_%2" ).arg( d->protocol->pluginId(), d->id )); + d->configGroup=new TDEConfigGroup(TDEGlobal::config(), TQString::fromLatin1( "Account_%1_%2" ).arg( d->protocol->pluginId(), d->id )); d->excludeconnect = d->configGroup->readBoolEntry( "ExcludeConnect", false ); d->color = d->configGroup->readColorEntry( "Color", &d->color ); @@ -202,7 +202,7 @@ TQPixmap Account::accountIcon(const int size) const return base; } -KConfigGroup* Kopete::Account::configGroup() const +TDEConfigGroup* Kopete::Account::configGroup() const { return d->configGroup; } -- cgit v1.2.1