summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeevents_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeevents_p_p.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeevents_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeevents_p_p.h b/src/declarative/graphicsitems/qdeclarativeevents_p_p.h
index c92faff4..7f6e9d1a 100644
--- a/src/declarative/graphicsitems/qdeclarativeevents_p_p.h
+++ b/src/declarative/graphicsitems/qdeclarativeevents_p_p.h
@@ -60,7 +60,7 @@
QT_BEGIN_NAMESPACE
-class Q_DECLARATIVE_EXPORT QDeclarativeKeyEvent : public QObject
+class Q_QUICK1_EXPORT QDeclarativeKeyEvent : public QObject
{
Q_OBJECT
Q_PROPERTY(int key READ key)
@@ -89,7 +89,7 @@ private:
QKeyEvent event;
};
-class Q_DECLARATIVE_EXPORT QDeclarativeMouseEvent : public QObject
+class Q_QUICK1_EXPORT QDeclarativeMouseEvent : public QObject
{
Q_OBJECT
Q_PROPERTY(int x READ x)