CVS commit by coolo: do not redirect to khelpcenter docu reviewed by Cornelius CCMAIL: 58396-done@bugs.kde.org M +0 -8 kio_help.cpp 1.52 --- kdelibs/kdoctools/kio_help.cpp #1.51:1.52 @@ -121,12 +121,4 @@ QString HelpProtocol::lookupFile(const Q else { - result = langLookup("khelpcenter/index.html"); - if (!result.isEmpty()) - { - redirection(KURL("help:/khelpcenter/index.html")); - redirect = true; - return QString::null; - } - notFound(); return QString::null;