diff options
Diffstat (limited to 'kpat/main.cpp')
-rw-r--r-- | kpat/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/main.cpp b/kpat/main.cpp index 69dbe391..caee083b 100644 --- a/kpat/main.cpp +++ b/kpat/main.cpp @@ -58,7 +58,7 @@ int main( int argc, char **argv ) TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); TDEApplication a; - KGlobal::locale()->insertCatalogue("libtdegames"); + TDEGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) RESTORE(pWidget) |