aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcontrol_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickcontrol_p.h')
-rw-r--r--src/templates/qquickcontrol_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickcontrol_p.h b/src/templates/qquickcontrol_p.h
index 78513381..daf1738e 100644
--- a/src/templates/qquickcontrol_p.h
+++ b/src/templates/qquickcontrol_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
@@ -49,13 +49,13 @@
//
#include <QtQuick/qquickitem.h>
-#include <QtQuickTemplates/private/qtquicktemplatesglobal_p.h>
+#include <QtLabsTemplates/private/qtlabstemplatesglobal_p.h>
QT_BEGIN_NAMESPACE
class QQuickControlPrivate;
-class Q_QUICKTEMPLATES_EXPORT QQuickControl : public QQuickItem
+class Q_LABSTEMPLATES_EXPORT QQuickControl : public QQuickItem
{
Q_OBJECT
Q_PROPERTY(QFont font READ font WRITE setFont RESET resetFont NOTIFY fontChanged)