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

@@ -30,13 +30,13 @@
#ifndef RVCTPARSER_H
#define RVCTPARSER_H
#include <projectexplorer/buildparserinterface.h>
#include <projectexplorer/ibuildparser.h>
#include <QtCore/QRegExp>
namespace Qt4ProjectManager {
class RvctParser : public ProjectExplorer::BuildParserInterface
class RvctParser : public ProjectExplorer::IBuildParser
{
Q_OBJECT