diff options
author | hjk <qtc-committer@nokia.com> | 2009-05-07 15:57:14 +0200 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-05-07 15:57:37 +0200 |
commit | 71a05578ae34048b11e2de2a01ce932d94d9de2d (patch) | |
tree | f4d0a3c6111dd7b24dbe3fa93b49e7783edf3164 /src/shared/help/contentwindow.cpp | |
parent | 97411a7e0be3b2293e54e8cffcbcea6bb413bb9c (diff) | |
download | qt-creator-71a05578ae34048b11e2de2a01ce932d94d9de2d.tar.gz |
compile fix for namespaced Qt
Diffstat (limited to 'src/shared/help/contentwindow.cpp')
-rw-r--r-- | src/shared/help/contentwindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/help/contentwindow.cpp b/src/shared/help/contentwindow.cpp index 21b13e3ad7..1e69effb36 100644 --- a/src/shared/help/contentwindow.cpp +++ b/src/shared/help/contentwindow.cpp @@ -37,8 +37,6 @@ #include <QtHelp/QHelpEngine> #include <QtHelp/QHelpContentWidget> -QT_BEGIN_NAMESPACE - ContentWindow::ContentWindow(QHelpEngine *helpEngine) : m_helpEngine(helpEngine) , m_contentWidget(0) @@ -157,5 +155,3 @@ void ContentWindow::itemClicked(const QModelIndex &index) if (itm) emit linkActivated(itm->url()); } - -QT_END_NAMESPACE |