aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickdrawer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickdrawer_p.h')
-rw-r--r--src/templates/qquickdrawer_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquickdrawer_p.h b/src/templates/qquickdrawer_p.h
index 39f1802a..ce9a3cb7 100644
--- a/src/templates/qquickdrawer_p.h
+++ b/src/templates/qquickdrawer_p.h
@@ -48,14 +48,14 @@
// We mean it.
//
-#include <QtLabsTemplates/private/qquickcontrol_p.h>
+#include <QtQuickTemplates/private/qquickcontrol_p.h>
QT_BEGIN_NAMESPACE
class QQuickPropertyAnimation;
class QQuickDrawerPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickDrawer : public QQuickControl
+class Q_QUICKTEMPLATES_EXPORT QQuickDrawer : public QQuickControl
{
Q_OBJECT
Q_PROPERTY(Qt::Edge edge READ edge WRITE setEdge NOTIFY edgeChanged FINAL)