X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ca0b23fdc76b4eb27265ade9632e0a3e6f50dce0..83949a88f289e61df180556a024fe0fd7c4dd594:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 4e8feb167..0142e01ad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,12 +69,10 @@ int main(int argc, char **argv) /** * trigger initialisation of proper icon theme */ -#if KICONTHEMES_VERSION >= QT_VERSION_CHECK(6, 3, 0) KIconTheme::initTheme(); -#endif QApplication app(argc, argv); - app.setWindowIcon(QIcon::fromTheme(QStringLiteral("system-file-manager"), app.windowIcon())); + app.setWindowIcon(QIcon::fromTheme(QStringLiteral("org.kde.dolphin"), app.windowIcon())); #if HAVE_STYLE_MANAGER /**