X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/6f75059bb63860cd2f28a41e7ad48582a73395b9..da76a0722cf0db07e90aa257bbdba717cdb68817:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 2cc794a54..631897337 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