summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativepropertyvaluesource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativepropertyvaluesource.h')
-rw-r--r--src/declarative/qml/qdeclarativepropertyvaluesource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativepropertyvaluesource.h b/src/declarative/qml/qdeclarativepropertyvaluesource.h
index 94d666d0..53e26dc7 100644
--- a/src/declarative/qml/qdeclarativepropertyvaluesource.h
+++ b/src/declarative/qml/qdeclarativepropertyvaluesource.h
@@ -42,6 +42,7 @@
#ifndef QDECLARATIVEPROPERTYVALUESOURCE_H
#define QDECLARATIVEPROPERTYVALUESOURCE_H
+#include <QtQuick1/qtquick1global.h>
#include <QtCore/qobject.h>
QT_BEGIN_HEADER
@@ -51,7 +52,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
class QDeclarativeProperty;
-class Q_DECLARATIVE_EXPORT QDeclarativePropertyValueSource
+class Q_QUICK1_EXPORT QDeclarativePropertyValueSource
{
public:
QDeclarativePropertyValueSource();