diff options
Diffstat (limited to 'src/shared/help/contentwindow.cpp')
-rw-r--r-- | src/shared/help/contentwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/contentwindow.cpp b/src/shared/help/contentwindow.cpp index a8ed1f1613..ef3479f170 100644 --- a/src/shared/help/contentwindow.cpp +++ b/src/shared/help/contentwindow.cpp @@ -45,7 +45,7 @@ ContentWindow::ContentWindow() : m_contentWidget(0) , m_expandDepth(-2) { - m_contentWidget = (&Help::HelpManager::helpEngine())->contentWidget(); + m_contentWidget = (&LocalHelpManager::helpEngine())->contentWidget(); m_contentWidget->installEventFilter(this); m_contentWidget->viewport()->installEventFilter(this); m_contentWidget->setContextMenuPolicy(Qt::CustomContextMenu); |