summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kcmdlineargstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kcmdlineargstest.cpp')
-rw-r--r--tdecore/tests/kcmdlineargstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kcmdlineargstest.cpp b/tdecore/tests/kcmdlineargstest.cpp
index 0ad9807c9..299196810 100644
--- a/tdecore/tests/kcmdlineargstest.cpp
+++ b/tdecore/tests/kcmdlineargstest.cpp
@@ -24,7 +24,7 @@ static KCmdLineOptions options[] =
int
main(int argc, char *argv[])
{
- KLocale::setMainCatalogue("kdelibs");
+ KLocale::setMainCatalogue("tdelibs");
KCmdLineArgs::init( argc, argv, "testapp", description, version);
KCmdLineArgs::addCmdLineOptions( options ); // Add my own options.