summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativeerror.h')
-rw-r--r--src/declarative/qml/qdeclarativeerror.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qdeclarativeerror.h b/src/declarative/qml/qdeclarativeerror.h
index a00a80af..ba74f9f3 100644
--- a/src/declarative/qml/qdeclarativeerror.h
+++ b/src/declarative/qml/qdeclarativeerror.h
@@ -42,7 +42,7 @@
#ifndef QDECLARATIVEERROR_H
#define QDECLARATIVEERROR_H
-#include <QtQuick1/qtquick1global.h>
+#include <QtDeclarative/qtdeclarativeglobal.h>
#include <QtCore/qurl.h>
#include <QtCore/qstring.h>
@@ -54,7 +54,7 @@ QT_MODULE(Declarative)
class QDebug;
class QDeclarativeErrorPrivate;
-class Q_QUICK1_EXPORT QDeclarativeError
+class Q_DECLARATIVE_EXPORT QDeclarativeError
{
public:
QDeclarativeError();
@@ -78,7 +78,7 @@ private:
QDeclarativeErrorPrivate *d;
};
-QDebug Q_QUICK1_EXPORT operator<<(QDebug debug, const QDeclarativeError &error);
+QDebug Q_DECLARATIVE_EXPORT operator<<(QDebug debug, const QDeclarativeError &error);
QT_END_NAMESPACE