From kde-commits Wed Apr 30 22:04:48 2014 From: Luigi Toscano Date: Wed, 30 Apr 2014 22:04:48 +0000 To: kde-commits Subject: [kio] src/ioslaves/help: Fix: adapt to the new path, documentationnotfound is found again Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=139889549700645 Git commit cb1db921841b76df3a2f300e40ec1f885f589296 by Luigi Toscano. Committed on 30/04/2014 at 21:58. Pushed by ltoscano into branch 'master'. Fix: adapt to the new path, documentationnotfound is found again This is a followup of the changes in RR117708: kioslave is kioslave5 now. REVIEW: 117889 M +1 -1 src/ioslaves/help/kio_help.cpp http://commits.kde.org/kio/cb1db921841b76df3a2f300e40ec1f885f589296 diff --git a/src/ioslaves/help/kio_help.cpp b/src/ioslaves/help/kio_help.cpp index 7cb8a95..5abd4c8 100644 --- a/src/ioslaves/help/kio_help.cpp +++ b/src/ioslaves/help/kio_help.cpp @@ -112,7 +112,7 @@ QString HelpProtocol::lookupFile(const QString &fname, //qDebug() << "redirect to " << red; redirect =3D true; } else { - const QString documentationNotFound =3D "kioslave/help/documen= tationnotfound/index.html"; + const QString documentationNotFound =3D "kioslave5/help/docume= ntationnotfound/index.html"; if (!langLookup(documentationNotFound).isEmpty()) { QUrl red; red.setScheme("help");