diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:21:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:21:29 -0600 |
commit | dffee3468e31b04b6cdb6fb52e1e8ae2a5446c69 (patch) | |
tree | 8ed41ef51ec9a332fe43bfc83c1bd0529a74e492 | |
parent | ec18d4e99fd89a10514f6dea8a4af3209b47be01 (diff) | |
download | thirdparty-dffee3468e31b04b6cdb6fb52e1e8ae2a5446c69.tar.gz thirdparty-dffee3468e31b04b6cdb6fb52e1e8ae2a5446c69.zip |
Rename KLocale to enhance compatibility with KDE4
-rw-r--r-- | libreoffice/3.3.2/patches/libreoffice-trinity.diff | 2 | ||||
-rw-r--r-- | libreoffice/3.3.3/patches/libreoffice-trinity.diff | 2 | ||||
-rw-r--r-- | libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libreoffice/3.3.2/patches/libreoffice-trinity.diff b/libreoffice/3.3.2/patches/libreoffice-trinity.diff index 667ecba..27c11ec 100644 --- a/libreoffice/3.3.2/patches/libreoffice-trinity.diff +++ b/libreoffice/3.3.2/patches/libreoffice-trinity.diff @@ -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; ++ diff --git a/libreoffice/3.3.3/patches/libreoffice-trinity.diff b/libreoffice/3.3.3/patches/libreoffice-trinity.diff index 82674d9..6f8e6a1 100644 --- a/libreoffice/3.3.3/patches/libreoffice-trinity.diff +++ b/libreoffice/3.3.3/patches/libreoffice-trinity.diff @@ -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; ++ diff --git a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff index d9ce39d..95b7efd 100644 --- a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff +++ b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff @@ -9368,7 +9368,7 @@ index 0000000..eb20aa3 + TDECmdLineArgs::addCmdLineOptions( sOptions ); + TDECmdLineArgs::init( argc, argv, &qAboutData ); + -+ KLocale::setMainCatalogue( "kdialog" ); ++ TDELocale::setMainCatalogue( "kdialog" ); + + TDEApplication kApplication; + |