]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
Let additional mouse buttons trigger history navigation
[dolphin.git] / src / main.cpp
index 2cc794a543f138d0aa3c248d12ad206298878b70..c078024370abec69e5908877fdba41a3d06ba01f 100644 (file)
@@ -82,13 +82,7 @@ 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
-
     if (app.isSessionRestored()) {
         app.restoreSession();
     }