diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:18:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:18:52 -0600 |
commit | 3a41b8717f3769966a157f243f46bc58dea9bbd7 (patch) | |
tree | 01a3c6a477b2933733f8da8a7036716d7abd2abd /knewsticker | |
parent | 9c4ceda4980ae0854b60c3242f9fb235053e883b (diff) | |
download | tdenetwork-3a41b8717f3769966a157f243f46bc58dea9bbd7.tar.gz tdenetwork-3a41b8717f3769966a157f243f46bc58dea9bbd7.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'knewsticker')
-rw-r--r-- | knewsticker/knewstickerstub/knewstickerstub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/knewstickerstub/knewstickerstub.cpp b/knewsticker/knewstickerstub/knewstickerstub.cpp index 30046809..ae9c97b8 100644 --- a/knewsticker/knewstickerstub/knewstickerstub.cpp +++ b/knewsticker/knewstickerstub/knewstickerstub.cpp @@ -34,7 +34,7 @@ static const KCmdLineOptions options[] = int main(int argc, char **argv) { - KLocale::setMainCatalogue("knewsticker"); + TDELocale::setMainCatalogue("knewsticker"); TDEAboutData aboutData(name, verbname, version, description, TDEAboutData::License_BSD, copyright); |