aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickoverlay_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickoverlay_p.h')
-rw-r--r--src/templates/qquickoverlay_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquickoverlay_p.h b/src/templates/qquickoverlay_p.h
index 33e008c5..3aed5a82 100644
--- a/src/templates/qquickoverlay_p.h
+++ b/src/templates/qquickoverlay_p.h
@@ -49,13 +49,13 @@
//
#include <QtQuick/qquickitem.h>
-#include <QtLabsTemplates/private/qquickabstractbutton_p.h>
+#include <QtQuickTemplates/private/qquickabstractbutton_p.h>
QT_BEGIN_NAMESPACE
class QQuickOverlayPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickOverlay : public QQuickItem
+class Q_QUICKTEMPLATES_EXPORT QQuickOverlay : public QQuickItem
{
Q_OBJECT
Q_PROPERTY(QQuickItem *background READ background WRITE setBackground NOTIFY backgroundChanged FINAL)