diff --git a/killer/killer.cpp b/killer/killer.cpp index bb58a7b044..0c97833583 100644 --- a/killer/killer.cpp +++ b/killer/killer.cpp @@ -45,7 +45,7 @@ static const KCmdLineOptions options[] = int main( int argc, char* argv[] ) { - KGlobal::locale()->setMainCatalogue( "kwin" ); // the messages are in kwin's .po file + KLocale::setMainCatalogue( "kwin" ); // the messages are in kwin's .po file KCmdLineArgs::init( argc, argv, "kwin_killer_helper", I18N_NOOP( "KWin" ), I18N_NOOP( "KWin helper utility" ), "1.0" ); KCmdLineArgs::addCmdLineOptions( options );