From b948c83255239a6fe49fca58a98f90e796ce9047 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 30 Sep 2015 17:21:19 +0200 Subject: Rename QtQuick.Templates 2.0 to Qt.labs.templates 1.0 Change-Id: I3263a600065dfa2bfe7334ec44a74e2dca83aa36 Reviewed-by: Gabriel de Dietrich Reviewed-by: Mitch Curtis --- src/templates/qquickcontainer_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/templates/qquickcontainer_p.h') 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 +#include #include 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) -- cgit v1.2.3