diff options
Diffstat (limited to 'kolf/main.cpp')
-rw-r--r-- | kolf/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/main.cpp b/kolf/main.cpp index 079178ee..137121c4 100644 --- a/kolf/main.cpp +++ b/kolf/main.cpp @@ -72,7 +72,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) TQApplication::setColorSpec(TQApplication::ManyColor); KApplication a; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); Kolf *top = new Kolf; |