diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:17:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:17:52 -0600 |
commit | 59d153016be1e09cb31cdb18bef0a649acfc6292 (patch) | |
tree | fafdc23d953adf8367366eeb74ea9b67b23c11ae /kded/tdebuildsycoca.cpp | |
parent | 8bc199f487aad2badc9a54c2105f13fff3da7295 (diff) | |
download | tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.tar.gz tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kded/tdebuildsycoca.cpp')
-rw-r--r-- | kded/tdebuildsycoca.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kded/tdebuildsycoca.cpp b/kded/tdebuildsycoca.cpp index 47b7a9bf4..f9b0238c7 100644 --- a/kded/tdebuildsycoca.cpp +++ b/kded/tdebuildsycoca.cpp @@ -717,7 +717,7 @@ public: extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { - KLocale::setMainCatalogue("tdelibs"); + TDELocale::setMainCatalogue("tdelibs"); TDEAboutData d(appName, I18N_NOOP("KBuildSycoca"), appVersion, I18N_NOOP("Rebuilds the system configuration cache."), TDEAboutData::License_GPL, "(c) 1999-2002 KDE Developers"); @@ -764,8 +764,8 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) KCrash::setApplicationName(TQString(appName)); // this program is in tdelibs so it uses tdelibs as catalog - KLocale::setMainCatalogue("tdelibs"); - // force generating of KLocale object. if not, the database will get + TDELocale::setMainCatalogue("tdelibs"); + // force generating of TDELocale object. if not, the database will get // be translated TDEGlobal::locale(); TDEGlobal::dirs()->addResourceType("app-reg", "share/application-registry" ); |