Changed the QScriptHighlighter & QScriptIndenter namespaces.

This commit is contained in:
Erik Verbruggen
2010-01-18 14:12:04 +01:00
parent bedb5d936b
commit ed4118628d
13 changed files with 40 additions and 44 deletions

View File

@@ -27,12 +27,12 @@
**
**************************************************************************/
#include "qscripthighlighter.h"
#include <qmljs/qscripthighlighter.h>
#include <QtCore/QSet>
#include <QtCore/QtAlgorithms>
using namespace SharedTools;
using namespace QmlJS;
QScriptHighlighter::QScriptHighlighter(bool duiEnabled, QTextDocument *parent):
QSyntaxHighlighter(parent),