aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquicktabbar_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquicktabbar_p.h')
-rw-r--r--src/templates/qquicktabbar_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquicktabbar_p.h b/src/templates/qquicktabbar_p.h
index 8a35d444..e711d10f 100644
--- a/src/templates/qquicktabbar_p.h
+++ b/src/templates/qquicktabbar_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/qquickcontainer_p.h>
+#include <QtLabsTemplates/private/qquickcontainer_p.h>
QT_BEGIN_NAMESPACE
class QQuickTabBarPrivate;
-class Q_QUICKTEMPLATES_EXPORT QQuickTabBar : public QQuickContainer
+class Q_LABSTEMPLATES_EXPORT QQuickTabBar : public QQuickContainer
{
Q_OBJECT