Make use of the core engine, no need for gui stuff.

This commit is contained in:
kh1
2010-03-23 16:56:59 +01:00
parent 63f31dcb66
commit fa32d9a9d0
5 changed files with 44 additions and 53 deletions

View File

@@ -536,7 +536,7 @@ void HelpPlugin::createRightPaneContextViewer()
rightPaneStyledBar->setLayout(hboxLayout);
rightPaneLayout->addWidget(rightPaneStyledBar);
m_helpViewerForSideBar = new HelpViewer(m_helpEngine, 0, rightPaneSideBar);
m_helpViewerForSideBar = new HelpViewer(0, rightPaneSideBar);
rightPaneLayout->addWidget(m_helpViewerForSideBar);
rightPaneLayout->addWidget(new Core::FindToolBarPlaceHolder(rightPaneSideBar));
rightPaneSideBar->setFocusProxy(m_helpViewerForSideBar);