diff options
author | Tobias Hunger <qt-info@nokia.com> | 2009-11-11 15:25:14 +0100 |
---|---|---|
committer | Tobias Hunger <qt-info@nokia.com> | 2009-11-12 09:04:17 +0100 |
commit | 074b111c66133ce137fd883e435f4429ebc4a09f (patch) | |
tree | 55ab3ed2588fb4d1a6d7982b33dbed724f29a823 /src/plugins/projectexplorer/gccparser.h | |
parent | 7c003add4473e1d80be646c8fc819fc8822d3987 (diff) | |
download | qt-creator-074b111c66133ce137fd883e435f4429ebc4a09f.tar.gz |
Rename BuildParserInterface to IBuildParser.
Rename BuildParserInterface to IBuildParser to comply with
latest naming conventions.
Reviewed-By: con
Diffstat (limited to 'src/plugins/projectexplorer/gccparser.h')
-rw-r--r-- | src/plugins/projectexplorer/gccparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/gccparser.h b/src/plugins/projectexplorer/gccparser.h index 415ceea197..d65c4854b5 100644 --- a/src/plugins/projectexplorer/gccparser.h +++ b/src/plugins/projectexplorer/gccparser.h @@ -30,13 +30,13 @@ #ifndef GCCPARSER_H #define GCCPARSER_H -#include "buildparserinterface.h" +#include "ibuildparser.h" #include <QtCore/QRegExp> namespace ProjectExplorer { -class GccParser : public ProjectExplorer::BuildParserInterface +class GccParser : public ProjectExplorer::IBuildParser { Q_OBJECT |