|
|
@ -14982,7 +14982,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
|
|
|
|
++ int flash_time = TQApplication::cursorFlashTime();
|
|
|
|
++ int flash_time = TQApplication::cursorFlashTime();
|
|
|
|
++ aStyleSettings.SetCursorBlinkTime( flash_time != 0 ? flash_time/2 : STYLE_CURSOR_NOBLINKTIME );
|
|
|
|
++ aStyleSettings.SetCursorBlinkTime( flash_time != 0 ? flash_time/2 : STYLE_CURSOR_NOBLINKTIME );
|
|
|
|
++
|
|
|
|
++
|
|
|
|
++ KMainWindow qMainWindow;
|
|
|
|
++ TDEMainWindow qMainWindow;
|
|
|
|
++ qMainWindow.createGUI( "/dev/null" ); // hack
|
|
|
|
++ qMainWindow.createGUI( "/dev/null" ); // hack
|
|
|
|
++
|
|
|
|
++
|
|
|
|
++ // Menu
|
|
|
|
++ // Menu
|
|
|
@ -15036,7 +15036,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
|
|
|
|
++ }
|
|
|
|
++ }
|
|
|
|
++
|
|
|
|
++
|
|
|
|
++ // Tool bar
|
|
|
|
++ // Tool bar
|
|
|
|
++ KToolBar *pToolBar = qMainWindow.toolBar();
|
|
|
|
++ TDEToolBar *pToolBar = qMainWindow.toolBar();
|
|
|
|
++ if ( pToolBar )
|
|
|
|
++ if ( pToolBar )
|
|
|
|
++ {
|
|
|
|
++ {
|
|
|
|
++ aFont = toFont( pToolBar->font(), rSettings.GetUILocale() );
|
|
|
|
++ aFont = toFont( pToolBar->font(), rSettings.GetUILocale() );
|
|
|
|