diff options
Diffstat (limited to 'twin/main.cpp')
-rw-r--r-- | twin/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/main.cpp b/twin/main.cpp index b3b20c665..4231ee517 100644 --- a/twin/main.cpp +++ b/twin/main.cpp @@ -310,7 +310,7 @@ KDE_EXPORT int kdemain( int argc, char * argv[] ) } TDEGlobal::locale()->setMainCatalogue("twin"); - TDELocale::insertCatalogue("twin_lib"); + TDEGlobal::locale()->insertCatalogue( "twin_lib" ); TDEAboutData aboutData( "twin", I18N_NOOP("TWin"), version, description, TDEAboutData::License_GPL, |