From f8069e2ea048f2657cc417d83820576ec55c181b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:49 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kbabel/kbabeldict/kbabeldict.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kbabel/kbabeldict/kbabeldict.cpp') diff --git a/kbabel/kbabeldict/kbabeldict.cpp b/kbabel/kbabeldict/kbabeldict.cpp index c4fd67ae..cb2ed323 100644 --- a/kbabel/kbabeldict/kbabeldict.cpp +++ b/kbabel/kbabeldict/kbabeldict.cpp @@ -73,15 +73,15 @@ KBabelDict::~KBabelDict() void KBabelDict::saveConfig() { - KConfig *config=TDEGlobal::config(); - KConfigGroupSaver gs(config,"KBabelDict"); + TDEConfig *config=TDEGlobal::config(); + TDEConfigGroupSaver gs(config,"KBabelDict"); config->writeEntry("Preferences",view->prefVisible()); } void KBabelDict::readConfig() { - KConfig *config=TDEGlobal::config(); - KConfigGroupSaver gs(config,"KBabelDict"); + TDEConfig *config=TDEGlobal::config(); + TDEConfigGroupSaver gs(config,"KBabelDict"); bool pref=config->readBoolEntry("Preferences",true); if(view->prefVisible() != pref) -- cgit v1.2.1