summaryrefslogtreecommitdiff
path: root/src/shared/help/contentwindow.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-07 15:57:14 +0200
committerhjk <qtc-committer@nokia.com>2009-05-07 15:57:37 +0200
commit71a05578ae34048b11e2de2a01ce932d94d9de2d (patch)
treef4d0a3c6111dd7b24dbe3fa93b49e7783edf3164 /src/shared/help/contentwindow.cpp
parent97411a7e0be3b2293e54e8cffcbcea6bb413bb9c (diff)
downloadqt-creator-71a05578ae34048b11e2de2a01ce932d94d9de2d.tar.gz
compile fix for namespaced Qt
Diffstat (limited to 'src/shared/help/contentwindow.cpp')
-rw-r--r--src/shared/help/contentwindow.cpp4
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