summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2009-10-20 17:42:18 +0200
committerck <qt-info@nokia.com>2009-10-20 17:43:53 +0200
commit0bdb8aa64deef437b94f4998f4c2f6ed93a38489 (patch)
treea01cc4a6b2b76667a8446d4720c67b799b6994d6 /tools
parente47ea4694fb9228d111e31d8c590e6d5c16e7461 (diff)
Assistant: Fix syntax error.
The offending code is normally ifdef'ed out, so the bug did not manifest itself before.
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/lib/qhelpsearchquerywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/lib/qhelpsearchquerywidget.cpp b/tools/assistant/lib/qhelpsearchquerywidget.cpp
index 361e9ac898..f2f40eca12 100644
--- a/tools/assistant/lib/qhelpsearchquerywidget.cpp
+++ b/tools/assistant/lib/qhelpsearchquerywidget.cpp
@@ -289,7 +289,7 @@ private slots:
{
QList<QHelpSearchQuery> queryList;
#if !defined(QT_CLUCENE_SUPPORT)
- queryList.append(QHelSearchQuery(QHelpSearchQuery::DEFAULT,
+ queryList.append(QHelpSearchQuery(QHelpSearchQuery::DEFAULT,
QStringList(defaultQuery->text())));
#else