summaryrefslogtreecommitdiffstats
path: root/knewsticker
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:18:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:18:52 -0600
commit3a41b8717f3769966a157f243f46bc58dea9bbd7 (patch)
tree01a3c6a477b2933733f8da8a7036716d7abd2abd /knewsticker
parent9c4ceda4980ae0854b60c3242f9fb235053e883b (diff)
downloadtdenetwork-3a41b8717f3769966a157f243f46bc58dea9bbd7.tar.gz
tdenetwork-3a41b8717f3769966a157f243f46bc58dea9bbd7.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'knewsticker')
-rw-r--r--knewsticker/knewstickerstub/knewstickerstub.cpp2
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);