SVN commit 974441 by mart: be pretty with space and accents BUG:194529 M +1 -1 models.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/core/models.cpp #974440:974441 @@ -96,7 +96,7 @@ } else { item = new QStandardItem; const QString subTitle = url.isLocalFile() ? url.toLocalFile() : url.prettyUrl(); - QString basename = QFileInfo(urlString).completeBaseName(); + QString basename = QFileInfo(url.prettyUrl()).completeBaseName(); if (basename.isNull()) { basename = subTitle; }