From: Manuel Nickschas Date: Sun, 28 Sep 2008 20:37:25 +0000 (+0200) Subject: Fix built-in Oxygen support X-Git-Tag: 0.3.1~223 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=3a9b5f8368e5a1eada4b60e6016cba367de3bac2;hp=168309311415f27f1c7015805637b50a01b43c1e Fix built-in Oxygen support --- diff --git a/src/uisupport/iconloader.cpp b/src/uisupport/iconloader.cpp index d5dbade0..12cc59e6 100644 --- a/src/uisupport/iconloader.cpp +++ b/src/uisupport/iconloader.cpp @@ -72,7 +72,7 @@ void IconLoader::setTheme(const QString &theme) { _themedIconDirNames.append(path); } // Resource for system theme :/icons/$theme - path = QString(":/icons/%2"); + path = QString(":/icons/%1").arg(theme); if(QFile::exists(path)) _themedIconDirNames.append(path);