From 7f12389a9553fab558e09e8845aebb26e8a7d9eb Mon Sep 17 00:00:00 2001 From: Méven Car Date: Wed, 15 Jan 2025 09:57:37 +0100 Subject: Clean stop-gap porting ifdef for KICONTHEMES_VERSION That were introduced in: a55c467fbb31d822d89722812388425327830377 38ab14c87a945153e683657483fa4bcf44d6b0fb --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to '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())); -- cgit v1.3