summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativescriptstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativescriptstring.h')
-rw-r--r--src/declarative/qml/qdeclarativescriptstring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativescriptstring.h b/src/declarative/qml/qdeclarativescriptstring.h
index 5af78175..2de39762 100644
--- a/src/declarative/qml/qdeclarativescriptstring.h
+++ b/src/declarative/qml/qdeclarativescriptstring.h
@@ -42,7 +42,7 @@
#ifndef QDECLARATIVESCRIPTSTRING_H
#define QDECLARATIVESCRIPTSTRING_H
-#include <QtQuick1/qtquick1global.h>
+#include <QtDeclarative/qtdeclarativeglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
@@ -56,7 +56,7 @@ QT_MODULE(Declarative)
class QObject;
class QDeclarativeContext;
class QDeclarativeScriptStringPrivate;
-class Q_QUICK1_EXPORT QDeclarativeScriptString
+class Q_DECLARATIVE_EXPORT QDeclarativeScriptString
{
public:
QDeclarativeScriptString();