summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeextensioninterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativeextensioninterface.h')
-rw-r--r--src/declarative/qml/qdeclarativeextensioninterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeextensioninterface.h b/src/declarative/qml/qdeclarativeextensioninterface.h
index d302d286..4bad3f0b 100644
--- a/src/declarative/qml/qdeclarativeextensioninterface.h
+++ b/src/declarative/qml/qdeclarativeextensioninterface.h
@@ -42,6 +42,7 @@
#ifndef QDECLARATIVEEXTENSIONINTERFACE_H
#define QDECLARATIVEEXTENSIONINTERFACE_H
+#include <QtQuick1/qtquick1global.h>
#include <QtCore/qobject.h>
QT_BEGIN_HEADER
@@ -52,7 +53,7 @@ QT_MODULE(Declarative)
class QDeclarativeEngine;
-struct Q_DECLARATIVE_EXPORT QDeclarativeExtensionInterface
+struct Q_QUICK1_EXPORT QDeclarativeExtensionInterface
{
virtual ~QDeclarativeExtensionInterface() {}
virtual void registerTypes(const char *uri) = 0;