aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickstackview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickstackview_p.h')
-rw-r--r--src/templates/qquickstackview_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickstackview_p.h b/src/templates/qquickstackview_p.h
index 34a430e7..0c76908c 100644
--- a/src/templates/qquickstackview_p.h
+++ b/src/templates/qquickstackview_p.h
@@ -48,7 +48,7 @@
// We mean it.
//
-#include <QtLabsTemplates/private/qquickcontrol_p.h>
+#include <QtQuickTemplates/private/qquickcontrol_p.h>
QT_BEGIN_NAMESPACE
@@ -58,7 +58,7 @@ class QQuickStackElement;
class QQuickStackAttached;
class QQuickStackViewPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickStackView : public QQuickControl
+class Q_QUICKTEMPLATES_EXPORT QQuickStackView : public QQuickControl
{
Q_OBJECT
Q_PROPERTY(bool busy READ isBusy NOTIFY busyChanged FINAL)
@@ -156,7 +156,7 @@ private:
class QQuickStackAttachedPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickStackAttached : public QObject
+class Q_QUICKTEMPLATES_EXPORT QQuickStackAttached : public QObject
{
Q_OBJECT
Q_PROPERTY(int index READ index NOTIFY indexChanged FINAL)