summaryrefslogtreecommitdiffstats
path: root/office/go_openoffice/patches/qt-use-native-backend.diff
diff options
context:
space:
mode:
Diffstat (limited to 'office/go_openoffice/patches/qt-use-native-backend.diff')
-rw-r--r--office/go_openoffice/patches/qt-use-native-backend.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/office/go_openoffice/patches/qt-use-native-backend.diff b/office/go_openoffice/patches/qt-use-native-backend.diff
new file mode 100644
index 0000000000..3834970262
--- /dev/null
+++ b/office/go_openoffice/patches/qt-use-native-backend.diff
@@ -0,0 +1,10 @@
+*** vcl/unx/kde4/KDEXLib.cxx_ 2010-02-21 22:34:18.917502324 +0200
+--- vcl/unx/kde4/KDEXLib.cxx 2010-02-21 22:35:29.642770570 +0200
+***************
+*** 134,137 ****
+--- 134,138 ----
+ KCmdLineArgs::init( m_nFakeCmdLineArgs, m_pAppCmdLineArgs, kAboutData );
+
++ KApplication::setGraphicsSystem( "native" );
+ m_pApplication = new VCLKDEApplication();
+ kapp->disableSessionManagement();