X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ficonloader.cpp;h=12cc59e61787ab13b9b7dea270153c2c9436f04b;hp=d5dbade0982e3747ffbd5b55508dc843444b00c2;hb=3a9b5f8368e5a1eada4b60e6016cba367de3bac2;hpb=168309311415f27f1c7015805637b50a01b43c1e;ds=sidebyside 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);