X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ca0b23fdc76b4eb27265ade9632e0a3e6f50dce0..1c857e5589ef21a5f100e510b6f5e8aa5c1aeef2:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 4e8feb167..0d2f825c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,9 +69,7 @@ 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()));