Try to satisfy autotests for the generic highlighter engine.

This commit is contained in:
Leandro Melo
2010-08-19 10:00:23 +02:00
parent bc011481a0
commit e3f7a4024b
3 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
#define HIGHLIGHTER_H
#include "basetextdocumentlayout.h"
#include <texteditor/syntaxhighlighter.h>
#include "syntaxhighlighter.h"
#include <QtCore/QString>
#include <QtCore/QVector>

View File

@@ -22,7 +22,7 @@ HEADERS += \
basetextdocumentlayout.h \
formats.h \
tabsettings.h \
texteditor/syntaxhighlighter.h \
syntaxhighlighter.h \
$$GENERICHIGHLIGHTERDIR/highlighter.h \
$$GENERICHIGHLIGHTERDIR/context.h \
$$GENERICHIGHLIGHTERDIR/dynamicrule.h \