aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcombobox_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickcombobox_p.h')
-rw-r--r--src/templates/qquickcombobox_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquickcombobox_p.h b/src/templates/qquickcombobox_p.h
index 23def3c8..b4c04022 100644
--- a/src/templates/qquickcombobox_p.h
+++ b/src/templates/qquickcombobox_p.h
@@ -48,7 +48,7 @@
// We mean it.
//
-#include <QtLabsTemplates/private/qquickcontrol_p.h>
+#include <QtQuickTemplates/private/qquickcontrol_p.h>
QT_BEGIN_NAMESPACE
@@ -56,7 +56,7 @@ class QQuickPopup;
class QQmlInstanceModel;
class QQuickComboBoxPrivate;
-class Q_LABSTEMPLATES_EXPORT QQuickComboBox : public QQuickControl
+class Q_QUICKTEMPLATES_EXPORT QQuickComboBox : public QQuickControl
{
Q_OBJECT
Q_PROPERTY(int count READ count NOTIFY countChanged FINAL)