summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2013-08-29 14:19:27 +0200
committerJarek Kobus <jaroslaw.kobus@digia.com>2013-08-29 14:20:50 +0200
commit5bcce3d1314441e31b1cfd6b6e31547d663eee06 (patch)
treec48ecb87717ee7a4a075b024016d2520925e5d05 /src/plugins/pythoneditor
parent4d11977bb724a719f6e699fef061fdbc989ef5c5 (diff)
downloadqt-creator-5bcce3d1314441e31b1cfd6b6e31547d663eee06.tar.gz
Compile fix
Change-Id: I081f816a14d2a823dac87ba064be2b2c00ecd319 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor')
-rw-r--r--src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp b/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp
index 3ea998d48e..43b912606c 100644
--- a/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp
+++ b/src/plugins/pythoneditor/tools/pythonhighlighterfactory.cpp
@@ -28,8 +28,8 @@
****************************************************************************/
#include "pythonhighlighterfactory.h"
-#include "pythoneditorconstants.h"
-#include "tools/pythonhighlighter.h"
+#include "../pythoneditorconstants.h"
+#include "pythonhighlighter.h"
using namespace PythonEditor::Internal;