X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/adb78d8b3a8c3c9b628a175d9a1d08f130bc48fa..321f747ddf9cf71ed3c8fa4de287d131cd22c2d8:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 42a3fe432..c07802437 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,7 +33,7 @@ KDE_EXPORT int kdemain(int argc, char **argv) { KAboutData about("dolphin", 0, ki18nc("@title", "Dolphin"), - "2.0", + "2.0.95", ki18nc("@title", "File Manager"), KAboutData::License_GPL, ki18nc("@info:credit", "(C) 2006-2012 Peter Penz")); @@ -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(); }