From 9db55f741e283d0e52f2cd07090d9403378cd6a5 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Thu, 18 Jul 2019 09:35:44 +0200 Subject: Rename Highlighter to HighlighterAsm to preare for alternative C highlighter. Signed-off-by: Pavel Pisa --- qtmips_gui/srceditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtmips_gui/srceditor.cpp') diff --git a/qtmips_gui/srceditor.cpp b/qtmips_gui/srceditor.cpp index 55f372a..e7502ac 100644 --- a/qtmips_gui/srceditor.cpp +++ b/qtmips_gui/srceditor.cpp @@ -40,7 +40,7 @@ #include #include "srceditor.h" -#include "highlighter.h" +#include "highlighterasm.h" void SrcEditor::setup_common() { QFont font; @@ -49,7 +49,7 @@ void SrcEditor::setup_common() { font.setPointSize(10); setFont(font); tname = "Unknown"; - highlighter = new Highlighter(document()); + highlighter = new HighlighterAsm(document()); } SrcEditor::SrcEditor(QWidget *parent) : Super(parent) { -- cgit v1.2.3