aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/help/indexwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/help/indexwindow.h')
-rw-r--r--src/shared/help/indexwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/indexwindow.h b/src/shared/help/indexwindow.h
index 1b44c1f576..8b1dec0872 100644
--- a/src/shared/help/indexwindow.h
+++ b/src/shared/help/indexwindow.h
@@ -88,7 +88,7 @@ public:
void setOpenInNewPageActionVisible(bool visible);
signals:
- void linksActivated(const QMap<QString, QUrl> &links,
+ void linksActivated(const QMultiMap<QString, QUrl> &links,
const QString &keyword, bool newPage);
private: