X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/3ba0f41c44e41da9606fff05cc21f4344d6f9b5f..e8bc9f1072bfc43d7605315c8df69f37bfc71cc3:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index dfe291015..395c5e1b8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,8 +24,10 @@ #include #include +#include #include #include +#include int main(int argc, char **argv) { @@ -73,6 +75,9 @@ int main(int argc, char **argv) } DolphinApplication app; + // the .desktop file is not taken into account when launching manually, so + // set the icon precautionally: + QApplication::setWindowIcon(KIcon("system-file-manager")); KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq if (false /*app.isSessionRestored()*/) {