From 9ea931fb1bda0802797c1d38fd903b5451b91a5a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:58 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kodo/kodometer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kodo/kodometer.cpp') diff --git a/kodo/kodometer.cpp b/kodo/kodometer.cpp index f09e21e..fc1b364 100644 --- a/kodo/kodometer.cpp +++ b/kodo/kodometer.cpp @@ -550,13 +550,13 @@ TQString Kodometer::FormatDistance(double &dist, Units unit) } /* - * Use KConfig to read all settings from disk. Note that whatever + * Use TDEConfig to read all settings from disk. Note that whatever * happens here overrides the defaults, but there's not much * sanity-checking. */ void Kodometer::readSettings(void) { - KConfig* config = TDEGlobal::config(); + TDEConfig* config = TDEGlobal::config(); config->setGroup("Settings"); UseMetric = config->readNumEntry("UseMetric", false); @@ -575,7 +575,7 @@ void Kodometer::readSettings(void) */ void Kodometer::saveSettings(void) { - KConfig* config = TDEGlobal::config(); + TDEConfig* config = TDEGlobal::config(); config->setGroup("Settings"); config->writeEntry("UseMetric", UseMetric); -- cgit v1.2.1