diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 7d2899e22a..406edd37c0 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -135,7 +135,7 @@ DolphinMainWindow::DolphinMainWindow() setStateConfigGroup("State"); #if defined(Q_OS_WIN) || defined(Q_OS_MACOS) - new KColorSchemeManager(this); + new KColorSchemeManager(this); // Sets a sensible color scheme which fixes unreadable icons and text on Windows. #endif connect(&DolphinNewFileMenuObserver::instance(), &DolphinNewFileMenuObserver::errorMessage, this, &DolphinMainWindow::showErrorMessage);