summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpsearchquerywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpsearchquerywidget.cpp')
-rw-r--r--src/assistant/help/qhelpsearchquerywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpsearchquerywidget.cpp b/src/assistant/help/qhelpsearchquerywidget.cpp
index 61902656d..183e317aa 100644
--- a/src/assistant/help/qhelpsearchquerywidget.cpp
+++ b/src/assistant/help/qhelpsearchquerywidget.cpp
@@ -302,7 +302,7 @@ void QHelpSearchQueryWidget::collapseExtendedSearch()
QList<QHelpSearchQuery> QHelpSearchQueryWidget::query() const
{
return QList<QHelpSearchQuery>() << QHelpSearchQuery(QHelpSearchQuery::DEFAULT,
- searchInput().split(QChar::Space, QString::SkipEmptyParts));
+ searchInput().split(QChar::Space, Qt::SkipEmptyParts));
}
/*!