X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/17af97df2487a46a8b35804b7bf70b46c67ecf80..321f747ddf9cf71ed3c8fa4de287d131cd22c2d8:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 631897337..c07802437 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,8 +83,6 @@ KDE_EXPORT int kdemain(int argc, char **argv) KCmdLineArgs::addCmdLineOptions(options); DolphinApplication app; - KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq - if (app.isSessionRestored()) { app.restoreSession(); }