summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/qhelpsearchindexreader.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/qhelpsearchindexreader.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/qhelpsearchindexreader.cpp')
-rw-r--r--tools/assistant/lib/qhelpsearchindexreader.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/assistant/lib/qhelpsearchindexreader.cpp b/tools/assistant/lib/qhelpsearchindexreader.cpp
index 92d7658..e79fca6 100644
--- a/tools/assistant/lib/qhelpsearchindexreader.cpp
+++ b/tools/assistant/lib/qhelpsearchindexreader.cpp
@@ -43,8 +43,7 @@
QT_BEGIN_NAMESPACE
-namespace qt {
- namespace fulltextsearch {
+namespace fulltextsearch {
QHelpSearchIndexReader::QHelpSearchIndexReader()
: QThread()
@@ -100,7 +99,6 @@ QList<QHelpSearchEngine::SearchHit> QHelpSearchIndexReader::hits(int start,
}
- } // namespace fulltextsearch
-} // namespace qt
+} // namespace fulltextsearch
QT_END_NAMESPACE