fix a minor bug with the 3rd party Qt icon loader. <http://code.google.com/p/qticonloader/issues/detail?id=5>

This commit is contained in:
Charles Kerr 2009-05-16 15:02:40 +00:00
parent 9fe388cf70
commit 625c395dcf
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ QIconTheme QtIconLoaderImplementation::parseIndexFile(const QString &themeName)
}
// Parent themes provide fallbacks for missing icons
parents = indexReader.value(QLatin1String("Icon Theme/Inherits")).toString().split(QLatin1Char(','));
parents = indexReader.value(QLatin1String("Icon Theme/Inherits")).toStringList();
}
if (kdeVersion() >= 3) {