summaryrefslogtreecommitdiff
path: root/src/shared/scriptwrapper/wrap_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/scriptwrapper/wrap_helpers.h')
-rw-r--r--src/shared/scriptwrapper/wrap_helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/scriptwrapper/wrap_helpers.h b/src/shared/scriptwrapper/wrap_helpers.h
index 9049824f72..79dc7751d4 100644
--- a/src/shared/scriptwrapper/wrap_helpers.h
+++ b/src/shared/scriptwrapper/wrap_helpers.h
@@ -33,9 +33,9 @@
#ifndef WRAP_HELPERS_H
#define WRAP_HELPERS_H
-#include <QtScript/QScriptEngine>
-#include <QtScript/QScriptContext>
-#include <QtScript/QScriptValue>
+#include <QScriptEngine>
+#include <QScriptContext>
+#include <QScriptValue>
namespace SharedTools {