From 582a7c55c91fb3e94b9d9a5782cd56a25fa05e37 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 7 Jan 2012 18:18:43 +0100 Subject: Revert patch using the native graphicssystem as default I'm trusting Christoph Feck's advice here. Additionally the smooth scaling has been activated to fix bug 290865. BUG: 290865 FIXED-IN: 4.8.0 --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 42a3fe432..d55b5e71c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -82,10 +82,6 @@ KDE_EXPORT int kdemain(int argc, char **argv) options.add("+[Url]", ki18nc("@info:shell", "Document to open")); KCmdLineArgs::addCmdLineOptions(options); - // Use the native graphicssystem per default, as the scaling of pixmaps is just way too - // slow with the raster graphicssystem (see KPixmapModifier::scalePixmap()). - QApplication::setGraphicsSystem("native"); - DolphinApplication app; KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq -- cgit v1.3