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/git_10_28_2011/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/git_10_28_2011/patches/libreoffice-trinity.diff')
-rw-r--r-- | libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff index 95b7efd..9bb3d7b 100644 --- a/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff +++ b/libreoffice/git_10_28_2011/patches/libreoffice-trinity.diff @@ -15740,7 +15740,7 @@ index 0000000..7c173cc + 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 @@ -15794,7 +15794,7 @@ index 0000000..7c173cc + } + + // Tool bar -+ KToolBar *pToolBar = qMainWindow.toolBar(); ++ TDEToolBar *pToolBar = qMainWindow.toolBar(); + if ( pToolBar ) + { + aFont = toFont( pToolBar->font(), rSettings.GetUILocale() ); |