ProjectExplorer: Remove references to Qt4ProjectManager namespace

Change-Id: I384110b5aa91aec903af3b4bb2a158e1f0d4c918
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-08-09 11:36:50 +02:00
parent 41c9a047b8
commit a2225cb2ef
2 changed files with 2 additions and 2 deletions

View File

@@ -59,6 +59,6 @@ private:
BuildConfiguration *m_buildConfiguration;
};
} // namespace Qt4ProjectManager
} // namespace ProjectExplorer
#endif // BUILDENVIRONMENTWIDGET_H

View File

@@ -103,6 +103,6 @@ inline QString CeSdkHandler::fixPaths(QString path) const
return QDir::toNativeSeparators(path);
}
} // namespace Qt4ProjectManager
} // namespace ProjectExplorer
#endif // CE_SDK_HANDLER_H