diff --git a/libreoffice/3.3.2/patches/libreoffice-trinity.diff b/libreoffice/3.3.2/patches/libreoffice-trinity.diff index d660eb9..c9af693 100644 --- a/libreoffice/3.3.2/patches/libreoffice-trinity.diff +++ b/libreoffice/3.3.2/patches/libreoffice-trinity.diff @@ -9018,10 +9018,10 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil ++// Main ++////////////////////////////////////////////////////////////////////////// ++ -++static KCmdLineOptions sOptions[] = +++static TDECmdLineOptions sOptions[] = ++{ ++ { "winid ", I18N_NOOP("Window ID to which is the fpicker modal"), "0" }, -++ KCmdLineLastOption +++ TDECmdLineLastOption ++}; ++ ++int main( int argc, char* argv[] ) diff --git a/libreoffice/3.3.3/patches/libreoffice-trinity.diff b/libreoffice/3.3.3/patches/libreoffice-trinity.diff index c190a2e..e533f57 100644 --- a/libreoffice/3.3.3/patches/libreoffice-trinity.diff +++ b/libreoffice/3.3.3/patches/libreoffice-trinity.diff @@ -9018,10 +9018,10 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil ++// Main ++////////////////////////////////////////////////////////////////////////// ++ -++static KCmdLineOptions sOptions[] = +++static TDECmdLineOptions sOptions[] = ++{ ++ { "winid ", I18N_NOOP("Window ID to which is the fpicker modal"), "0" }, -++ KCmdLineLastOption +++ TDECmdLineLastOption ++}; ++ ++int main( int argc, char* argv[] ) diff --git a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff index 9423239..17dcc45 100644 --- a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff +++ b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff @@ -9345,10 +9345,10 @@ index 0000000..eb20aa3 +// Main +////////////////////////////////////////////////////////////////////////// + -+static KCmdLineOptions sOptions[] = ++static TDECmdLineOptions sOptions[] = +{ + { "winid ", I18N_NOOP("Window ID to which is the fpicker modal"), "0" }, -+ KCmdLineLastOption ++ TDECmdLineLastOption +}; + +int main( int argc, char* argv[] )