X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ca0b23fdc76b4eb27265ade9632e0a3e6f50dce0..be51e7233294263e3c2866e101e1151dbc61ccbe:/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()));