From 298921962f398b51e8432f9940cb04542c44945b Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 7 Oct 2010 13:51:31 +0000 Subject: [PATCH] this string already exists, svgzName. svn path=/trunk/KDE/kdelibs/; revision=1183475 --- theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.cpp b/theme.cpp index fd8957c47..3a6d5a8a8 100644 --- a/theme.cpp +++ b/theme.cpp @@ -666,7 +666,7 @@ QString Theme::imagePath(const QString &name) const } // try a compressed svg file in the fallback theme - path = d->findInTheme(svgName % QLatin1Char('z'), d->fallbackThemes[i]); + path = d->findInTheme(svgzName, d->fallbackThemes[i]); if (path.isEmpty()) { // try an uncompressed svg file in the fallback theme