diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 28a69390f..a080541d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,6 @@ #include <kaboutdata.h> #include <kcmdlineargs.h> -#include <kicon.h> #include <klocale.h> #include <kmainwindow.h> #include <kdebug.h> @@ -62,6 +61,7 @@ int main(int argc, char **argv) about.addAuthor(ki18nc("@info:credit", "Michael Austin"), ki18nc("@info:credit", "Documentation"), + about.setProgramIconName("system-file-manager"); KCmdLineArgs::init(argc, argv, &about); @@ -76,7 +76,6 @@ 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 (app.isSessionRestored()) { |
