diff options
-rw-r--r-- | framework/src/frameworkplugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/src/frameworkplugin.cpp b/framework/src/frameworkplugin.cpp index a3461c66..bfedc752 100644 --- a/framework/src/frameworkplugin.cpp +++ b/framework/src/frameworkplugin.cpp | |||
@@ -144,6 +144,9 @@ void FrameworkPlugin::initializeEngine(QQmlEngine *engine, const char *uri) | |||
144 | if (iconPath.contains("kube.appContents")) { | 144 | if (iconPath.contains("kube.appContents")) { |
145 | iconPath.replace("kube.appContents", "kube.app/Contents"); | 145 | iconPath.replace("kube.appContents", "kube.app/Contents"); |
146 | } | 146 | } |
147 | if (iconPath.contains("kube-kolabnow.appContents")) { | ||
148 | iconPath.replace("kube-kolabnow.appContents", "kube-kolabnow.app/Contents"); | ||
149 | } | ||
147 | iconSearchPaths << iconPath; | 150 | iconSearchPaths << iconPath; |
148 | } | 151 | } |
149 | kubeIcons = findFile(QStringLiteral("/kube/kube-icons.rcc"), iconSearchPaths); | 152 | kubeIcons = findFile(QStringLiteral("/kube/kube-icons.rcc"), iconSearchPaths); |