From 3a9b5f8368e5a1eada4b60e6016cba367de3bac2 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 28 Sep 2008 22:37:25 +0200 Subject: [PATCH 1/1] Fix built-in Oxygen support --- src/uisupport/iconloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1