Rename KLocale to enhance compatibility with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent ec18d4e99f
commit dffee3468e

@ -9041,7 +9041,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TDECmdLineArgs::addCmdLineOptions( sOptions );
++ TDECmdLineArgs::init( argc, argv, &qAboutData );
++
++ KLocale::setMainCatalogue( "kdialog" );
++ TDELocale::setMainCatalogue( "kdialog" );
++
++ TDEApplication kApplication;
++

@ -9041,7 +9041,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TDECmdLineArgs::addCmdLineOptions( sOptions );
++ TDECmdLineArgs::init( argc, argv, &qAboutData );
++
++ KLocale::setMainCatalogue( "kdialog" );
++ TDELocale::setMainCatalogue( "kdialog" );
++
++ TDEApplication kApplication;
++

@ -9368,7 +9368,7 @@ index 0000000..eb20aa3
+ TDECmdLineArgs::addCmdLineOptions( sOptions );
+ TDECmdLineArgs::init( argc, argv, &qAboutData );
+
+ KLocale::setMainCatalogue( "kdialog" );
+ TDELocale::setMainCatalogue( "kdialog" );
+
+ TDEApplication kApplication;
+

Loading…
Cancel
Save