summaryrefslogtreecommitdiff
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, 0 insertions, 10 deletions
diff --git a/office/go_openoffice/patches/qt-use-native-backend.diff b/office/go_openoffice/patches/qt-use-native-backend.diff
deleted file mode 100644
index 3834970262..0000000000
--- a/office/go_openoffice/patches/qt-use-native-backend.diff
+++ /dev/null
@@ -1,10 +0,0 @@
-*** 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();