diff options
author | ck <qt-info@nokia.com> | 2010-02-18 10:21:11 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-02-18 10:21:11 (GMT) |
commit | 2e8af9b06f7c25710253e517325644b5fa1ba17f (patch) | |
tree | d74dcd269b03de758fdf1d33862114c441a71c1b /tools/assistant/lib/qhelpsearchindexwriter_default_p.h | |
parent | c07f8354bec3c7b6d78f798589119ed0ab4f1332 (diff) | |
download | Qt-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.h | 10 |
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 |