aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickpageindicator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickpageindicator_p.h')
-rw-r--r--src/templates/qquickpageindicator_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickpageindicator_p.h b/src/templates/qquickpageindicator_p.h
index e1c865dd..f9f72577 100644
--- a/src/templates/qquickpageindicator_p.h
+++ b/src/templates/qquickpageindicator_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
@@ -48,7 +48,7 @@
// We mean it.
//
-#include <QtQuickTemplates/private/qquickcontrol_p.h>
+#include <QtLabsTemplates/private/qquickcontrol_p.h>
#include <QtGui/qcolor.h>
QT_BEGIN_NAMESPACE
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
class QQmlComponent;
class QQuickPageIndicatorPrivate;
-class Q_QUICKTEMPLATES_EXPORT QQuickPageIndicator : public QQuickControl
+class Q_LABSTEMPLATES_EXPORT QQuickPageIndicator : public QQuickControl
{
Q_OBJECT
Q_PROPERTY(int count READ count WRITE setCount NOTIFY countChanged FINAL)