X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/17af97df2487a46a8b35804b7bf70b46c67ecf80..894232ebda5b2cf155a4f4e5bf1287eb700faa18:/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(); }