From a0d44a16535cc6e751045185e40bbd6c6edaf87a Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 16 Mar 2016 16:37:02 +0100 Subject: Rename Qt Labs Controls to Qt Quick Controls 2 - build system The imports will be done later, as we don't want to change them until the module is releasable (which requires things like selection handles, etc.). Change-Id: I2140cff7058fc3b696e92ca8c0e5e06dca9a7c9c Reviewed-by: J-P Nurmi --- src/templates/qquickbutton_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/templates/qquickbutton_p.h') diff --git a/src/templates/qquickbutton_p.h b/src/templates/qquickbutton_p.h index 12c3667c..cfdf1044 100644 --- a/src/templates/qquickbutton_p.h +++ b/src/templates/qquickbutton_p.h @@ -48,11 +48,11 @@ // We mean it. // -#include +#include QT_BEGIN_NAMESPACE -class Q_LABSTEMPLATES_EXPORT QQuickButton : public QQuickAbstractButton +class Q_QUICKTEMPLATES_EXPORT QQuickButton : public QQuickAbstractButton { Q_OBJECT -- cgit v1.2.3