[Libreoffice-commits] .: vcl/unx
Lubos Lunak
llunak at kemper.freedesktop.org
Tue Jan 18 11:12:28 PST 2011
vcl/unx/kde4/KDEXLib.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit fa72b45a9394cbdabaea7a6b7ee10ee2fd408bd2
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Jan 18 20:11:55 2011 +0100
forcing Qt native paint system is not necessary anymore
bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0 fixed the problem.
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index b416604..6b585f7 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -168,9 +168,6 @@ void KDEXLib::Init()
KCmdLineArgs::init( m_nFakeCmdLineArgs, m_pAppCmdLineArgs, kAboutData );
-#if QT_VERSION >= QT_VERSION_CHECK( 4, 5, 0 )
- QApplication::setGraphicsSystem( "native" ); // fdo#30991
-#endif
m_pApplication = new VCLKDEApplication();
kapp->disableSessionManagement();
KApplication::setQuitOnLastWindowClosed(false);
More information about the Libreoffice-commits
mailing list