X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/adb78d8b3a8c3c9b628a175d9a1d08f130bc48fa..0222d552811efb7049de2d024247b0b8eaeffe2b:/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