File kguiaddons-use-susehelp.patch of Package kguiaddons

diff --git a/src/util/urlhandler.cpp b/src/util/urlhandler.cpp
index 1fd5984..20dc957 100644
--- a/src/util/urlhandler.cpp
+++ b/src/util/urlhandler.cpp
@@ -42,7 +42,7 @@ public Q_SLOTS:
             u.setPath(QCoreApplication::applicationName());
         }
 
-        QString helpcenter = QStandardPaths::findExecutable(QStringLiteral("khelpcenter"));
+        QString helpcenter = QStandardPaths::findExecutable(QStringLiteral("susehelp"));
         if (helpcenter.isEmpty()) {
             if (QCoreApplication::organizationDomain() == QLatin1String("kde.org")) {
                 //if khelpcenter is not installed and it's a KDE application, use docs.kde.org
openSUSE Build Service is sponsored by