aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qresourcerelocater_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlcompiler/qresourcerelocater_p.h')
-rw-r--r--src/qmlcompiler/qresourcerelocater_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmlcompiler/qresourcerelocater_p.h b/src/qmlcompiler/qresourcerelocater_p.h
index b0c2471147..4b06a30041 100644
--- a/src/qmlcompiler/qresourcerelocater_p.h
+++ b/src/qmlcompiler/qresourcerelocater_p.h
@@ -14,14 +14,14 @@
//
// We mean it.
-#include <private/qtqmlcompilerexports_p.h>
+#include <qtqmlcompilerexports.h>
#include <QtCore/qstring.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE
-int Q_QMLCOMPILER_PRIVATE_EXPORT qRelocateResourceFile(const QString &input, const QString &output);
+int Q_QMLCOMPILER_EXPORT qRelocateResourceFile(const QString &input, const QString &output);
QT_END_NAMESPACE