diff --git a/kmymoney/kmymoney.cpp b/kmymoney/kmymoney.cpp --- a/kmymoney/kmymoney.cpp +++ b/kmymoney/kmymoney.cpp @@ -1657,7 +1657,7 @@ { #ifdef Q_OS_WIN - QString themeName = QLatin1Literal("system") // using QIcon::setThemeName on Craft build system causes icons to disappear + QString themeName = QLatin1Literal("system"); // using QIcon::setThemeName on Craft build system causes icons to disappear #else QString themeName = KMyMoneySettings::iconsTheme(); // get theme user wants #endif