From 71a05578ae34048b11e2de2a01ce932d94d9de2d Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 7 May 2009 15:57:14 +0200 Subject: compile fix for namespaced Qt --- src/shared/help/contentwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/shared/help/contentwindow.cpp') 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 #include -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 -- cgit v1.2.1