diff options
Diffstat (limited to 'ktuberling/main.cpp')
-rw-r--r-- | ktuberling/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktuberling/main.cpp b/ktuberling/main.cpp index 5cef6c9d..9408c336 100644 --- a/ktuberling/main.cpp +++ b/ktuberling/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::addCmdLineOptions(options); TDEApplication app; - KGlobal::locale()->insertCatalogue("libtdegames"); + TDEGlobal::locale()->insertCatalogue("libtdegames"); KImageIO::registerFormats(); TopLevel *toplevel=0; |