namespace ProFileEvaluatorInternal => QMakeInternal

Change-Id: I0ffa76e802c0cc00d1866e7fe09ae54a6f535a6f
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-09-03 21:30:28 +02:00
parent b559b53ba6
commit 8f9f655a0c
8 changed files with 9 additions and 9 deletions

View File

@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdlib.h>
using namespace ProFileEvaluatorInternal;
using namespace QMakeInternal;
QT_BEGIN_NAMESPACE
@@ -95,7 +95,7 @@ QMakeBaseEnv::~QMakeBaseEnv()
delete evaluator;
}
namespace ProFileEvaluatorInternal {
namespace QMakeInternal {
QMakeStatics statics;
}