diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:16:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:16:03 -0600 |
commit | 5d44a8d2b82caef96937c4452cf2c02045d595e4 (patch) | |
tree | 6d606fb7555a990550a6f4a9c9aa5af3ded5b5bc /libreoffice/3.3.2/patches/libreoffice-trinity.diff | |
parent | dffee3468e31b04b6cdb6fb52e1e8ae2a5446c69 (diff) | |
download | thirdparty-5d44a8d2b82caef96937c4452cf2c02045d595e4.tar.gz thirdparty-5d44a8d2b82caef96937c4452cf2c02045d595e4.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'libreoffice/3.3.2/patches/libreoffice-trinity.diff')
-rw-r--r-- | libreoffice/3.3.2/patches/libreoffice-trinity.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice/3.3.2/patches/libreoffice-trinity.diff b/libreoffice/3.3.2/patches/libreoffice-trinity.diff index 27c11ec..650f162 100644 --- a/libreoffice/3.3.2/patches/libreoffice-trinity.diff +++ b/libreoffice/3.3.2/patches/libreoffice-trinity.diff @@ -14982,7 +14982,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil ++ int flash_time = TQApplication::cursorFlashTime(); ++ aStyleSettings.SetCursorBlinkTime( flash_time != 0 ? flash_time/2 : STYLE_CURSOR_NOBLINKTIME ); ++ -++ KMainWindow qMainWindow; +++ TDEMainWindow qMainWindow; ++ qMainWindow.createGUI( "/dev/null" ); // hack ++ ++ // Menu @@ -15036,7 +15036,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil ++ } ++ ++ // Tool bar -++ KToolBar *pToolBar = qMainWindow.toolBar(); +++ TDEToolBar *pToolBar = qMainWindow.toolBar(); ++ if ( pToolBar ) ++ { ++ aFont = toFont( pToolBar->font(), rSettings.GetUILocale() ); |