aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickbutton_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-30 17:21:19 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-01 09:03:38 +0000
commitb948c83255239a6fe49fca58a98f90e796ce9047 (patch)
tree39f0b531c0247daeb9f247dce61951529b3fca19 /src/templates/qquickbutton_p.h
parent98e7b3cca484df43838fe834dcaf1f97f45c659f (diff)
Rename QtQuick.Templates 2.0 to Qt.labs.templates 1.0
Change-Id: I3263a600065dfa2bfe7334ec44a74e2dca83aa36 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickbutton_p.h')
-rw-r--r--src/templates/qquickbutton_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickbutton_p.h b/src/templates/qquickbutton_p.h
index 633b8b3d..1ee96a07 100644
--- a/src/templates/qquickbutton_p.h
+++ b/src/templates/qquickbutton_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,13 +48,13 @@
// We mean it.
//
-#include <QtQuickTemplates/private/qquickabstractbutton_p.h>
+#include <QtLabsTemplates/private/qquickabstractbutton_p.h>
QT_BEGIN_NAMESPACE
class QQuickButtonPrivate;
-class Q_QUICKTEMPLATES_EXPORT QQuickButton : public QQuickAbstractButton
+class Q_LABSTEMPLATES_EXPORT QQuickButton : public QQuickAbstractButton
{
Q_OBJECT