aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickswipedelegate_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickswipedelegate_p.h')
-rw-r--r--src/templates/qquickswipedelegate_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickswipedelegate_p.h b/src/templates/qquickswipedelegate_p.h
index 45d6999c..4e1688ec 100644
--- a/src/templates/qquickswipedelegate_p.h
+++ b/src/templates/qquickswipedelegate_p.h
@@ -48,14 +48,14 @@
// We mean it.
//
-#include <QtLabsTemplates/private/qquickabstractbutton_p.h>
+#include <QtQuickTemplates/private/qquickabstractbutton_p.h>
QT_BEGIN_NAMESPACE
class QQuickSwipeDelegatePrivate;
class QQuickSwipeExposure;
-class Q_LABSTEMPLATES_EXPORT QQuickSwipeDelegate : public QQuickAbstractButton
+class Q_QUICKTEMPLATES_EXPORT QQuickSwipeDelegate : public QQuickAbstractButton
{
Q_OBJECT
Q_PROPERTY(QQuickSwipeExposure *exposure READ exposure CONSTANT)
@@ -84,7 +84,7 @@ private:
class QQuickSwipeExposurePrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickSwipeExposure : public QObject
+class Q_QUICKTEMPLATES_EXPORT QQuickSwipeExposure : public QObject
{
Q_OBJECT
Q_PROPERTY(qreal position READ position NOTIFY positionChanged FINAL)