aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickbuttongroup_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickbuttongroup_p.h')
-rw-r--r--src/templates/qquickbuttongroup_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/qquickbuttongroup_p.h b/src/templates/qquickbuttongroup_p.h
index 5863e70b..4c0d6fef 100644
--- a/src/templates/qquickbuttongroup_p.h
+++ b/src/templates/qquickbuttongroup_p.h
@@ -49,7 +49,7 @@
//
#include <QtCore/qobject.h>
-#include <QtLabsTemplates/private/qtlabstemplatesglobal_p.h>
+#include <QtQuickTemplates/private/qtquicktemplatesglobal_p.h>
#include <QtQml/qqml.h>
QT_BEGIN_NAMESPACE
@@ -59,7 +59,7 @@ class QQuickButtonGroupPrivate;
class QQuickButtonGroupAttached;
class QQuickButtonGroupAttachedPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickButtonGroup : public QObject
+class Q_QUICKTEMPLATES_EXPORT QQuickButtonGroup : public QObject
{
Q_OBJECT
Q_PROPERTY(QQuickAbstractButton *checkedButton READ checkedButton WRITE setCheckedButton NOTIFY checkedButtonChanged)
@@ -89,7 +89,7 @@ private:
Q_DECLARE_PRIVATE(QQuickButtonGroup)
};
-class Q_LABSTEMPLATES_EXPORT QQuickButtonGroupAttached : public QObject
+class Q_QUICKTEMPLATES_EXPORT QQuickButtonGroupAttached : public QObject
{
Q_OBJECT
Q_PROPERTY(QQuickButtonGroup *group READ group WRITE setGroup NOTIFY groupChanged FINAL)