diff --git a/kcms/cursortheme/kcmcursortheme.cpp b/kcms/cursortheme/kcmcursortheme.cpp --- a/kcms/cursortheme/kcmcursortheme.cpp +++ b/kcms/cursortheme/kcmcursortheme.cpp @@ -455,7 +455,7 @@ if (list.last() == QLatin1String(".icons")) { continue; } - m_themeModel->addTheme(list.join(QLatin1Char('/'))); + m_themeModel->addTheme(QStringLiteral("/%1").arg(list.join(QLatin1Char('/')))); } } }