Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent 6678123f88
commit 124cd4e9ef

@ -7612,10 +7612,10 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TQString aLanguage( ++ TQString aLanguage(
++ (const TQChar *) pProcessLocale->Language->buffer, ++ (const TQChar *) pProcessLocale->Language->buffer,
++ (int) pProcessLocale->Language->length); ++ (int) pProcessLocale->Language->length);
++ KGlobal::locale()->setLanguage(aLanguage); ++ TDEGlobal::locale()->setLanguage(aLanguage);
++ ++
++ // load TDE address book's localized messages ++ // load TDE address book's localized messages
++ KGlobal::locale()->insertCatalogue("kaddressbook"); ++ TDEGlobal::locale()->insertCatalogue("kaddressbook");
++ s_bDidInsertCatalogue = true; ++ s_bDidInsertCatalogue = true;
++ } ++ }
++ ++
@ -7625,7 +7625,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ if ( s_bDidInsertCatalogue ) ++ if ( s_bDidInsertCatalogue )
++ // this guard is necessary, since TDE 3.3 seems to crash if we remove a catalogue ++ // this guard is necessary, since TDE 3.3 seems to crash if we remove a catalogue
++ // which we did not previously insert ++ // which we did not previously insert
++ KGlobal::locale()->removeCatalogue("kaddressbook"); ++ TDEGlobal::locale()->removeCatalogue("kaddressbook");
++ ++
++ if ( s_pTDEApplication != NULL ) ++ if ( s_pTDEApplication != NULL )
++ { ++ {
@ -11480,7 +11480,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TQFont aFixedFont; ++ TQFont aFixedFont;
++ short nFontHeight; ++ short nFontHeight;
++ ++
++ aFixedFont = KGlobalSettings::fixedFont(); ++ aFixedFont = TDEGlobalSettings::fixedFont();
++ nFontHeight = aFixedFont.pointSize(); ++ nFontHeight = aFixedFont.pointSize();
++ return css::beans::Optional< css::uno::Any >( ++ return css::beans::Optional< css::uno::Any >(
++ true, uno::makeAny( nFontHeight ) ); ++ true, uno::makeAny( nFontHeight ) );
@ -11491,7 +11491,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TQString aFontName; ++ TQString aFontName;
++ :: rtl::OUString sFontName; ++ :: rtl::OUString sFontName;
++ ++
++ aFixedFont = KGlobalSettings::fixedFont(); ++ aFixedFont = TDEGlobalSettings::fixedFont();
++ aFontName = aFixedFont.family(); ++ aFontName = aFixedFont.family();
++ sFontName = (const sal_Unicode *) aFontName.ucs2(); ++ sFontName = (const sal_Unicode *) aFontName.ucs2();
++ return css::beans::Optional< css::uno::Any >( ++ return css::beans::Optional< css::uno::Any >(
@ -11506,7 +11506,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ } else if (id.equalsAsciiL( ++ } else if (id.equalsAsciiL(
++ RTL_CONSTASCII_STRINGPARAM("WorkPathVariable"))) ++ RTL_CONSTASCII_STRINGPARAM("WorkPathVariable")))
++ { ++ {
++ TQString aDocumentsDir( KGlobalSettings::documentPath() ); ++ TQString aDocumentsDir( TDEGlobalSettings::documentPath() );
++ rtl::OUString sDocumentsDir; ++ rtl::OUString sDocumentsDir;
++ rtl::OUString sDocumentsURL; ++ rtl::OUString sDocumentsURL;
++ if ( aDocumentsDir.endsWith(TQChar('/')) ) ++ if ( aDocumentsDir.endsWith(TQChar('/')) )
@ -14856,7 +14856,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ aStyleSettings.SetToolbarIconSize( STYLE_TOOLBAR_ICONSIZE_LARGE ); ++ aStyleSettings.SetToolbarIconSize( STYLE_TOOLBAR_ICONSIZE_LARGE );
++ ++
++ // WM settings ++ // WM settings
++ KConfig *pConfig = KGlobal::config(); ++ KConfig *pConfig = TDEGlobal::config();
++ if ( pConfig ) ++ if ( pConfig )
++ { ++ {
++ pConfig->setGroup( "WM" ); ++ pConfig->setGroup( "WM" );

@ -7612,10 +7612,10 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TQString aLanguage( ++ TQString aLanguage(
++ (const TQChar *) pProcessLocale->Language->buffer, ++ (const TQChar *) pProcessLocale->Language->buffer,
++ (int) pProcessLocale->Language->length); ++ (int) pProcessLocale->Language->length);
++ KGlobal::locale()->setLanguage(aLanguage); ++ TDEGlobal::locale()->setLanguage(aLanguage);
++ ++
++ // load TDE address book's localized messages ++ // load TDE address book's localized messages
++ KGlobal::locale()->insertCatalogue("kaddressbook"); ++ TDEGlobal::locale()->insertCatalogue("kaddressbook");
++ s_bDidInsertCatalogue = true; ++ s_bDidInsertCatalogue = true;
++ } ++ }
++ ++
@ -7625,7 +7625,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ if ( s_bDidInsertCatalogue ) ++ if ( s_bDidInsertCatalogue )
++ // this guard is necessary, since TDE 3.3 seems to crash if we remove a catalogue ++ // this guard is necessary, since TDE 3.3 seems to crash if we remove a catalogue
++ // which we did not previously insert ++ // which we did not previously insert
++ KGlobal::locale()->removeCatalogue("kaddressbook"); ++ TDEGlobal::locale()->removeCatalogue("kaddressbook");
++ ++
++ if ( s_pTDEApplication != NULL ) ++ if ( s_pTDEApplication != NULL )
++ { ++ {
@ -11480,7 +11480,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TQFont aFixedFont; ++ TQFont aFixedFont;
++ short nFontHeight; ++ short nFontHeight;
++ ++
++ aFixedFont = KGlobalSettings::fixedFont(); ++ aFixedFont = TDEGlobalSettings::fixedFont();
++ nFontHeight = aFixedFont.pointSize(); ++ nFontHeight = aFixedFont.pointSize();
++ return css::beans::Optional< css::uno::Any >( ++ return css::beans::Optional< css::uno::Any >(
++ true, uno::makeAny( nFontHeight ) ); ++ true, uno::makeAny( nFontHeight ) );
@ -11491,7 +11491,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ TQString aFontName; ++ TQString aFontName;
++ :: rtl::OUString sFontName; ++ :: rtl::OUString sFontName;
++ ++
++ aFixedFont = KGlobalSettings::fixedFont(); ++ aFixedFont = TDEGlobalSettings::fixedFont();
++ aFontName = aFixedFont.family(); ++ aFontName = aFixedFont.family();
++ sFontName = (const sal_Unicode *) aFontName.ucs2(); ++ sFontName = (const sal_Unicode *) aFontName.ucs2();
++ return css::beans::Optional< css::uno::Any >( ++ return css::beans::Optional< css::uno::Any >(
@ -11506,7 +11506,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ } else if (id.equalsAsciiL( ++ } else if (id.equalsAsciiL(
++ RTL_CONSTASCII_STRINGPARAM("WorkPathVariable"))) ++ RTL_CONSTASCII_STRINGPARAM("WorkPathVariable")))
++ { ++ {
++ TQString aDocumentsDir( KGlobalSettings::documentPath() ); ++ TQString aDocumentsDir( TDEGlobalSettings::documentPath() );
++ rtl::OUString sDocumentsDir; ++ rtl::OUString sDocumentsDir;
++ rtl::OUString sDocumentsURL; ++ rtl::OUString sDocumentsURL;
++ if ( aDocumentsDir.endsWith(TQChar('/')) ) ++ if ( aDocumentsDir.endsWith(TQChar('/')) )
@ -14856,7 +14856,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++ aStyleSettings.SetToolbarIconSize( STYLE_TOOLBAR_ICONSIZE_LARGE ); ++ aStyleSettings.SetToolbarIconSize( STYLE_TOOLBAR_ICONSIZE_LARGE );
++ ++
++ // WM settings ++ // WM settings
++ KConfig *pConfig = KGlobal::config(); ++ KConfig *pConfig = TDEGlobal::config();
++ if ( pConfig ) ++ if ( pConfig )
++ { ++ {
++ pConfig->setGroup( "WM" ); ++ pConfig->setGroup( "WM" );

@ -6667,10 +6667,10 @@ index 0000000..375b158
+ TQString aLanguage( + TQString aLanguage(
+ (const TQChar *) pProcessLocale->Language->buffer, + (const TQChar *) pProcessLocale->Language->buffer,
+ (int) pProcessLocale->Language->length); + (int) pProcessLocale->Language->length);
+ KGlobal::locale()->setLanguage(aLanguage); + TDEGlobal::locale()->setLanguage(aLanguage);
+ +
+ // load TDE address book's localized messages + // load TDE address book's localized messages
+ KGlobal::locale()->insertCatalogue("kaddressbook"); + TDEGlobal::locale()->insertCatalogue("kaddressbook");
+ s_bDidInsertCatalogue = true; + s_bDidInsertCatalogue = true;
+ } + }
+ +
@ -6680,7 +6680,7 @@ index 0000000..375b158
+ if ( s_bDidInsertCatalogue ) + if ( s_bDidInsertCatalogue )
+ // this guard is necessary, since TDE 3.3 seems to crash if we remove a catalogue + // this guard is necessary, since TDE 3.3 seems to crash if we remove a catalogue
+ // which we did not previously insert + // which we did not previously insert
+ KGlobal::locale()->removeCatalogue("kaddressbook"); + TDEGlobal::locale()->removeCatalogue("kaddressbook");
+ +
+ if ( s_pTDEApplication != NULL ) + if ( s_pTDEApplication != NULL )
+ { + {
@ -12455,7 +12455,7 @@ index 0000000..1dbd64f
+ TQFont aFixedFont; + TQFont aFixedFont;
+ short nFontHeight; + short nFontHeight;
+ +
+ aFixedFont = KGlobalSettings::fixedFont(); + aFixedFont = TDEGlobalSettings::fixedFont();
+ nFontHeight = aFixedFont.pointSize(); + nFontHeight = aFixedFont.pointSize();
+ return css::beans::Optional< css::uno::Any >( + return css::beans::Optional< css::uno::Any >(
+ true, uno::makeAny( nFontHeight ) ); + true, uno::makeAny( nFontHeight ) );
@ -12466,7 +12466,7 @@ index 0000000..1dbd64f
+ TQString aFontName; + TQString aFontName;
+ :: rtl::OUString sFontName; + :: rtl::OUString sFontName;
+ +
+ aFixedFont = KGlobalSettings::fixedFont(); + aFixedFont = TDEGlobalSettings::fixedFont();
+ aFontName = aFixedFont.family(); + aFontName = aFixedFont.family();
+ sFontName = (const sal_Unicode *) aFontName.ucs2(); + sFontName = (const sal_Unicode *) aFontName.ucs2();
+ return css::beans::Optional< css::uno::Any >( + return css::beans::Optional< css::uno::Any >(
@ -12481,7 +12481,7 @@ index 0000000..1dbd64f
+ } else if (id.equalsAsciiL( + } else if (id.equalsAsciiL(
+ RTL_CONSTASCII_STRINGPARAM("WorkPathVariable"))) + RTL_CONSTASCII_STRINGPARAM("WorkPathVariable")))
+ { + {
+ TQString aDocumentsDir( KGlobalSettings::documentPath() ); + TQString aDocumentsDir( TDEGlobalSettings::documentPath() );
+ rtl::OUString sDocumentsDir; + rtl::OUString sDocumentsDir;
+ rtl::OUString sDocumentsURL; + rtl::OUString sDocumentsURL;
+ if ( aDocumentsDir.endsWith(TQChar('/')) ) + if ( aDocumentsDir.endsWith(TQChar('/')) )
@ -15614,7 +15614,7 @@ index 0000000..7c173cc
+ aStyleSettings.SetToolbarIconSize( STYLE_TOOLBAR_ICONSIZE_LARGE ); + aStyleSettings.SetToolbarIconSize( STYLE_TOOLBAR_ICONSIZE_LARGE );
+ +
+ // WM settings + // WM settings
+ KConfig *pConfig = KGlobal::config(); + KConfig *pConfig = TDEGlobal::config();
+ if ( pConfig ) + if ( pConfig )
+ { + {
+ pConfig->setGroup( "WM" ); + pConfig->setGroup( "WM" );

Loading…
Cancel
Save