aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphighlighter.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2008-12-16 13:19:11 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2008-12-16 13:19:11 +0100
commit442737d6e3026d61ba88055784efa83e5dbe2f36 (patch)
tree1b24e7ab6206346206660a8d655e3069a504c607 /src/plugins/cppeditor/cpphighlighter.h
parent1efe71992b9526ddd34a1912f7f179623f541136 (diff)
Renamed CPPHighlighter to CppHighlighter
Lowercase is the more prevalent style in this plugin and CppTools. Unfortunately CPPEditor can't be named CppEditor cause of the CppEditor namespace.
Diffstat (limited to 'src/plugins/cppeditor/cpphighlighter.h')
-rw-r--r--src/plugins/cppeditor/cpphighlighter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cpphighlighter.h b/src/plugins/cppeditor/cpphighlighter.h
index 6ffffbb2f5..0e31dc466b 100644
--- a/src/plugins/cppeditor/cpphighlighter.h
+++ b/src/plugins/cppeditor/cpphighlighter.h
@@ -44,12 +44,12 @@ namespace Internal {
class CPPEditor;
-class CPPHighlighter : public QSyntaxHighlighter
+class CppHighlighter : public QSyntaxHighlighter
{
Q_OBJECT
public:
- CPPHighlighter(QTextDocument *document = 0);
+ CppHighlighter(QTextDocument *document = 0);
virtual void highlightBlock(const QString &text);