aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickswipeview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickswipeview_p.h')
-rw-r--r--src/templates/qquickswipeview_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickswipeview_p.h b/src/templates/qquickswipeview_p.h
index 7a649300..e6dd69dd 100644
--- a/src/templates/qquickswipeview_p.h
+++ b/src/templates/qquickswipeview_p.h
@@ -48,14 +48,14 @@
// We mean it.
//
-#include <QtLabsTemplates/private/qquickcontainer_p.h>
+#include <QtQuickTemplates/private/qquickcontainer_p.h>
QT_BEGIN_NAMESPACE
class QQuickSwipeViewAttached;
class QQuickSwipeViewPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickSwipeView : public QQuickContainer
+class Q_QUICKTEMPLATES_EXPORT QQuickSwipeView : public QQuickContainer
{
Q_OBJECT
@@ -75,7 +75,7 @@ private:
class QQuickSwipeViewAttachedPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickSwipeViewAttached : public QObject
+class Q_QUICKTEMPLATES_EXPORT QQuickSwipeViewAttached : public QObject
{
Q_OBJECT
Q_PROPERTY(int index READ index NOTIFY indexChanged FINAL)