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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativescriptstring.h b/src/declarative/qml/qdeclarativescriptstring.h
index 7c8cf282..4823d36b 100644
--- a/src/declarative/qml/qdeclarativescriptstring.h
+++ b/src/declarative/qml/qdeclarativescriptstring.h
@@ -42,6 +42,7 @@
#ifndef QDECLARATIVESCRIPTSTRING_H
#define QDECLARATIVESCRIPTSTRING_H
+#include <QtQuick1/qtquick1global.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
@@ -55,7 +56,7 @@ QT_MODULE(Declarative)
class QObject;
class QDeclarativeContext;
class QDeclarativeScriptStringPrivate;
-class Q_DECLARATIVE_EXPORT QDeclarativeScriptString
+class Q_QUICK1_EXPORT QDeclarativeScriptString
{
public:
QDeclarativeScriptString();