summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/behavior/behaviorconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/behavior/behaviorconfig.cpp')
-rw-r--r--kopete/kopete/config/behavior/behaviorconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/config/behavior/behaviorconfig.cpp b/kopete/kopete/config/behavior/behaviorconfig.cpp
index b133a64b..dc21e28a 100644
--- a/kopete/kopete/config/behavior/behaviorconfig.cpp
+++ b/kopete/kopete/config/behavior/behaviorconfig.cpp
@@ -159,7 +159,7 @@ void BehaviorConfig::save()
// kdDebug(14000) << k_funcinfo << "called." << endl;
KopetePrefs *p = KopetePrefs::prefs();
- KConfig *config = KGlobal::config();
+ KConfig *config = TDEGlobal::config();
// "General" TAB ============================================================
p->setShowTray(mPrfsGeneral->mShowTrayChk->isChecked());
@@ -219,7 +219,7 @@ void BehaviorConfig::load()
{
// kdDebug(14000) << k_funcinfo << "called" << endl;
KopetePrefs *p = KopetePrefs::prefs();
- KConfig *config = KGlobal::config();
+ KConfig *config = TDEGlobal::config();
awayInstance = Kopete::Away::getInstance();
// "General" TAB ============================================================