aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/help/topicchooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/help/topicchooser.h')
-rw-r--r--src/shared/help/topicchooser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/topicchooser.h b/src/shared/help/topicchooser.h
index 88c6fa90b6..8f278428c7 100644
--- a/src/shared/help/topicchooser.h
+++ b/src/shared/help/topicchooser.h
@@ -42,7 +42,7 @@ class TopicChooser : public QDialog
public:
TopicChooser(QWidget *parent, const QString &keyword,
- const QMap<QString, QUrl> &links);
+ const QMultiMap<QString, QUrl> &links);
QUrl link() const;