summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/qhelpsearchindexwriter_default_p.h
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/qhelpsearchindexwriter_default_p.h
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/qhelpsearchindexwriter_default_p.h')
-rw-r--r--tools/assistant/lib/qhelpsearchindexwriter_default_p.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/assistant/lib/qhelpsearchindexwriter_default_p.h b/tools/assistant/lib/qhelpsearchindexwriter_default_p.h
index b222203..625cb84 100644
--- a/tools/assistant/lib/qhelpsearchindexwriter_default_p.h
+++ b/tools/assistant/lib/qhelpsearchindexwriter_default_p.h
@@ -65,9 +65,8 @@
QT_BEGIN_NAMESPACE
-namespace qt {
- namespace fulltextsearch {
- namespace std {
+namespace fulltextsearch {
+namespace std {
class Writer
{
@@ -123,9 +122,8 @@ private:
QString m_indexFilesFolder;
};
- } // namespace std
- } // namespace fulltextsearch
-} // namespace qt
+} // namespace std
+} // namespace fulltextsearch
QT_END_NAMESPACE