From fca2dcfe28bb78e2877509b131ee31b6b623f167 Mon Sep 17 00:00:00 2001
From: kh <qtc-committer@nokia.com>
Date: Mon, 8 Jun 2009 14:47:13 +0200
Subject: [PATCH] Fix compilation with namespaces.

Reviewed-by: dt
---
 src/plugins/cmakeprojectmanager/cmakerunconfiguration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h
index 7767a779153..ac2f842a169 100644
--- a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h
+++ b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h
@@ -37,7 +37,7 @@
 
 QT_BEGIN_NAMESPACE
 class QRadioButton;
-QT_END_INCLUDE_NAMESPACE
+QT_END_NAMESPACE
 
 namespace CMakeProjectManager {
 namespace Internal {
-- 
GitLab