summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/qhelpsearchengine.cpp
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-02-18 10:21:11 (GMT)
committerck <qt-info@nokia.com>2010-02-18 10:21:11 (GMT)
commit2e8af9b06f7c25710253e517325644b5fa1ba17f (patch)
treed74dcd269b03de758fdf1d33862114c441a71c1b /tools/assistant/lib/qhelpsearchengine.cpp
parentc07f8354bec3c7b6d78f798589119ed0ab4f1332 (diff)
downloadQt-2e8af9b06f7c25710253e517325644b5fa1ba17f.zip
Qt-2e8af9b06f7c25710253e517325644b5fa1ba17f.tar.gz
Qt-2e8af9b06f7c25710253e517325644b5fa1ba17f.tar.bz2
Help system: Remove hard-coded qt namespace.
Task-number: QTBUG-7821 Reviewed-by: kh1
Diffstat (limited to 'tools/assistant/lib/qhelpsearchengine.cpp')
-rw-r--r--tools/assistant/lib/qhelpsearchengine.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/lib/qhelpsearchengine.cpp b/tools/assistant/lib/qhelpsearchengine.cpp
index 7c2635d..9914efa 100644
--- a/tools/assistant/lib/qhelpsearchengine.cpp
+++ b/tools/assistant/lib/qhelpsearchengine.cpp
@@ -63,9 +63,9 @@
QT_BEGIN_NAMESPACE
#if defined(QT_CLUCENE_SUPPORT)
- using namespace qt::fulltextsearch::clucene;
+ using namespace fulltextsearch::clucene;
#else
- using namespace qt::fulltextsearch::std;
+ using namespace fulltextsearch::std;
#endif
class QHelpSearchEnginePrivate : public QObject
@@ -195,7 +195,7 @@ private:
QHelpSearchQueryWidget *queryWidget;
QHelpSearchResultWidget *resultWidget;
- qt::fulltextsearch::QHelpSearchIndexReader *indexReader;
+ fulltextsearch::QHelpSearchIndexReader *indexReader;
QHelpSearchIndexWriter *indexWriter;
QPointer<QHelpEngineCore> helpEngine;