diff --git a/autotests/kfileplacesmodeltest.cpp b/autotests/kfileplacesmodeltest.cpp --- a/autotests/kfileplacesmodeltest.cpp +++ b/autotests/kfileplacesmodeltest.cpp @@ -978,7 +978,7 @@ QTest::newRow("Places - Trash") << m_places->index(2, 0) << QStringLiteral("user-trash"); QTest::newRow("Remote - Network") << m_places->index(3, 0) - << QStringLiteral("network-workgroup"); + << QStringLiteral("folder-network"); QTest::newRow("Devices - Nfs") << m_places->index(4, 0) << QStringLiteral("hwinfo"); QTest::newRow("Devices - foreign") << m_places->index(5, 0) diff --git a/src/filewidgets/kfileplacesmodel.cpp b/src/filewidgets/kfileplacesmodel.cpp --- a/src/filewidgets/kfileplacesmodel.cpp +++ b/src/filewidgets/kfileplacesmodel.cpp @@ -244,7 +244,7 @@ KFilePlacesItem::createSystemBookmark(d->bookmarkManager, QStringLiteral("Network"), I18N_NOOP2("KFile System Bookmarks", "Network"), - QUrl(QStringLiteral("remote:/")), QStringLiteral("network-workgroup")); + QUrl(QStringLiteral("remote:/")), QStringLiteral("folder-network")); #if defined(_WIN32_WCE) // adding drives foreach (const QFileInfo &info, QDir::drives()) {