┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2025-01-15 09:57:37 +0100
committerMéven Car <[email protected]>2025-01-15 09:57:37 +0100
commit7f12389a9553fab558e09e8845aebb26e8a7d9eb (patch)
treeb3380e668a9a92e59a084a9f2cd2ebcea19b25ee /src/main.cpp
parentf4244667285b8d8b602067f9735791316ce8e2fb (diff)
Clean stop-gap porting ifdef for KICONTHEMES_VERSION
That were introduced in: a55c467fbb31d822d89722812388425327830377 38ab14c87a945153e683657483fa4bcf44d6b0fb
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
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()));