summaryrefslogtreecommitdiff
path: root/src/assistant/help/qhelpenginecore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpenginecore.cpp')
-rw-r--r--src/assistant/help/qhelpenginecore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assistant/help/qhelpenginecore.cpp b/src/assistant/help/qhelpenginecore.cpp
index 51e9bade1..539198c54 100644
--- a/src/assistant/help/qhelpenginecore.cpp
+++ b/src/assistant/help/qhelpenginecore.cpp
@@ -63,8 +63,8 @@ void QHelpEngineCorePrivate::init(const QString &collectionFile,
{
q = helpEngineCore;
collectionHandler = new QHelpCollectionHandler(collectionFile, helpEngineCore);
- connect(collectionHandler, SIGNAL(error(QString)),
- this, SLOT(errorReceived(QString)));
+ connect(collectionHandler, &QHelpCollectionHandler::error,
+ this, &QHelpEngineCorePrivate::errorReceived);
needsSetup = true;
}