aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcontainer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickcontainer_p.h')
-rw-r--r--src/templates/qquickcontainer_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickcontainer_p.h b/src/templates/qquickcontainer_p.h
index 0f3c9d0b..51b3ab19 100644
--- a/src/templates/qquickcontainer_p.h
+++ b/src/templates/qquickcontainer_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,14 +48,14 @@
// We mean it.
//
-#include <QtQuickTemplates/private/qquickcontrol_p.h>
+#include <QtLabsTemplates/private/qquickcontrol_p.h>
#include <QtQml/qqmllist.h>
QT_BEGIN_NAMESPACE
class QQuickContainerPrivate;
-class Q_QUICKTEMPLATES_EXPORT QQuickContainer : public QQuickControl
+class Q_LABSTEMPLATES_EXPORT QQuickContainer : public QQuickControl
{
Q_OBJECT
Q_PROPERTY(int count READ count NOTIFY countChanged FINAL)