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 --- kget/settings.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kget/settings.cpp') diff --git a/kget/settings.cpp b/kget/settings.cpp index 4186784e..efc0086c 100644 --- a/kget/settings.cpp +++ b/kget/settings.cpp @@ -59,7 +59,7 @@ Settings::load() { sDebug << "Loading settings" << endl; - KConfig *config = kapp->config(); + TDEConfig *config = kapp->config(); // read system options config->setGroup("System"); @@ -118,7 +118,7 @@ Settings::load() // read if the integration whith konqueror is enabled - KConfig *cfg = new KConfig("konquerorrc", false, false); + TDEConfig *cfg = new TDEConfig("konquerorrc", false, false); cfg->setGroup("HTML Settings"); TQString downloadManager=cfg->readPathEntry("DownloadManager"); @@ -196,7 +196,7 @@ void Settings::save() { sDebug << "Saving settings" << endl; - KConfig *config = kapp->config(); + TDEConfig *config = kapp->config(); // write connection options config->setGroup("Connection"); -- cgit v1.2.1