Compile fix

This commit is contained in:
Robert Loehning
2010-03-10 21:45:40 +01:00
parent 0ec23fefd1
commit cfbd84639d
2 changed files with 2 additions and 2 deletions

View File

@@ -698,7 +698,7 @@ void HelpPlugin::extensionsInitialized()
connect(m_centralWidget, SIGNAL(viewerAboutToBeRemoved(int)), this,
SLOT(removeViewerFromComboBox(int)));
connect(helpManager, SIGNAL(helpPluginUpdateDocumentation()), this,
connect(helpManager, SIGNAL(registerDocumentation()), this,
SLOT(pluginUpdateDocumentation()));
isInitialised = true;