summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp/helpbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/help/contextsensitivehelp/helpbrowser.cpp')
-rw-r--r--examples/help/contextsensitivehelp/helpbrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help/contextsensitivehelp/helpbrowser.cpp b/examples/help/contextsensitivehelp/helpbrowser.cpp
index f076c3c67..cbf9b21d6 100644
--- a/examples/help/contextsensitivehelp/helpbrowser.cpp
+++ b/examples/help/contextsensitivehelp/helpbrowser.cpp
@@ -48,7 +48,7 @@ HelpBrowser::HelpBrowser(QWidget *parent)
: QTextBrowser(parent)
{
QString collectionFile = QLibraryInfo::location(QLibraryInfo::ExamplesPath)
- + QLatin1String("/help/contextsensitivehelp/doc/wateringmachine.qhc");
+ + QLatin1String("/help/contextsensitivehelp/docs/wateringmachine.qhc");
m_helpEngine = new QHelpEngineCore(collectionFile, this);
if (!m_helpEngine->setupData()) {