Description: fix DOCPATH for Debian based distributions
Author: Fathi Boudra <fabo@debian.org>

---
 src/plugins/help/helpplugin.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/plugins/help/helpplugin.cpp
+++ b/src/plugins/help/helpplugin.cpp
@@ -109,7 +109,7 @@ const char SB_OPENPAGES[] = "OpenPages";
 #if defined(Q_OS_MAC)
 #   define DOCPATH "/../Resources/doc/"
 #else
-#   define DOCPATH "/../share/doc/qtcreator/"
+#   define DOCPATH "/../share/qtcreator/doc/"
 #endif
 
 using namespace Core;
