aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquicktumbler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquicktumbler_p.h')
-rw-r--r--src/templates/qquicktumbler_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/qquicktumbler_p.h b/src/templates/qquicktumbler_p.h
index ff8d2b4a..079cdbb3 100644
--- a/src/templates/qquicktumbler_p.h
+++ b/src/templates/qquicktumbler_p.h
@@ -3,7 +3,7 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
-** This file is part of the Qt Quick Controls module of the Qt Toolkit.
+** This file is part of the Qt Labs Templates module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
@@ -50,14 +50,14 @@
#include <QtCore/qvariant.h>
#include <QtQml/qqmlcomponent.h>
-#include <QtQuickTemplates/private/qquickcontrol_p.h>
+#include <QtLabsTemplates/private/qquickcontrol_p.h>
QT_BEGIN_NAMESPACE
class QQuickTumblerAttached;
class QQuickTumblerPrivate;
-class Q_QUICKTEMPLATES_EXPORT QQuickTumbler : public QQuickControl
+class Q_LABSTEMPLATES_EXPORT QQuickTumbler : public QQuickControl
{
Q_OBJECT
Q_PROPERTY(QVariant model READ model WRITE setModel NOTIFY modelChanged FINAL)
@@ -114,7 +114,7 @@ Q_DECLARE_TYPEINFO(QQuickTumbler, Q_COMPLEX_TYPE);
class QQuickTumblerAttachedPrivate;
-class Q_QUICKTEMPLATES_EXPORT QQuickTumblerAttached : public QObject
+class Q_LABSTEMPLATES_EXPORT QQuickTumblerAttached : public QObject
{
Q_OBJECT
Q_PROPERTY(QQuickTumbler *tumbler READ tumbler CONSTANT)