Rename BuildParserInterface to IBuildParser.

Rename BuildParserInterface to IBuildParser to comply with
latest naming conventions.

Reviewed-By: con
This commit is contained in:
Tobias Hunger
2009-11-11 15:25:14 +01:00
parent 7c003add44
commit 074b111c66
18 changed files with 34 additions and 35 deletions

View File

@@ -38,7 +38,7 @@
#include <QtCore/QFileInfo>
using ProjectExplorer::IBuildParserFactory;
using ProjectExplorer::BuildParserInterface;
using ProjectExplorer::IBuildParser;
using ProjectExplorer::Environment;
using ExtensionSystem::PluginManager;
using namespace Qt4ProjectManager;