]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
First version of a unit test for KItemListController
[dolphin.git] / src / main.cpp
index 2cc794a543f138d0aa3c248d12ad206298878b70..631897337c04aab15a01acd08d2d777f60458169 100644 (file)
@@ -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