aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickmenu_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-08 14:26:51 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-09 19:26:18 +0000
commit3a5bd3d4e564a1b3cd56ed2cfb5258e4ded763b6 (patch)
treecaf02741b70b3a1c44277e74fc9ce7d1aa924620 /src/templates/qquickmenu_p_p.h
parentd1d3438f59a96f2263076d41d82a99e7269b4159 (diff)
Rename Panel to Popup
Popup is a more descriptive name. Furthermore, this name change opens the door for another type called Pane. It gives the appropriate background color for the current style & theme. Change-Id: Idb91d37e807f62e870b50f0b656e84ee2d43a9fb Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickmenu_p_p.h')
-rw-r--r--src/templates/qquickmenu_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquickmenu_p_p.h b/src/templates/qquickmenu_p_p.h
index 166d184b..a5e99f1c 100644
--- a/src/templates/qquickmenu_p_p.h
+++ b/src/templates/qquickmenu_p_p.h
@@ -51,13 +51,13 @@
#include <QtCore/qvector.h>
#include <QtQuick/private/qquickitemchangelistener_p.h>
-#include <QtLabsTemplates/private/qquickpanel_p_p.h>
+#include <QtLabsTemplates/private/qquickpopup_p_p.h>
QT_BEGIN_NAMESPACE
class QQmlObjectModel;
-class Q_LABSTEMPLATES_EXPORT QQuickMenuPrivate : public QQuickPanelPrivate, public QQuickItemChangeListener
+class Q_LABSTEMPLATES_EXPORT QQuickMenuPrivate : public QQuickPopupPrivate, public QQuickItemChangeListener
{
Q_DECLARE_PUBLIC(QQuickMenu)