summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-01-18 20:11:55 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-01-18 20:11:55 +0100
commit74f082969120841f22925504c71cc3d0695b7441 (patch)
treef984053943c213d8dfd88e62c9db0169995dabc2 /vcl/unx
parentef8dc68074ad81414f8dfe6e78b511ee4a10b4be (diff)
forcing Qt native paint system is not necessary anymore
bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0 fixed the problem.
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 3bfb02a109d7..cc168a2fe3be 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);