aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickframe_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-18 13:47:46 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-18 12:37:22 +0000
commitfc8d59cf737b1ea1afb4348fdfd3f3dba676966d (patch)
treebe3f8a066b4e7cebc602b63be6dd848a7aea7f1a /src/controls/qquickframe_p_p.h
parent4fcb46a8b51b5db5ab9c6c720d2ee8f9cbe8ccc9 (diff)
Frame: inherit Control instead of Container
Change-Id: I4360dcec1e9c5db32e6cadc87bd12db3b79a10df Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/qquickframe_p_p.h')
-rw-r--r--src/controls/qquickframe_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/qquickframe_p_p.h b/src/controls/qquickframe_p_p.h
index f7985593..19a9af84 100644
--- a/src/controls/qquickframe_p_p.h
+++ b/src/controls/qquickframe_p_p.h
@@ -48,11 +48,11 @@
// We mean it.
//
-#include <QtQuickControls/private/qquickcontainer_p_p.h>
+#include <QtQuickControls/private/qquickcontrol_p_p.h>
QT_BEGIN_NAMESPACE
-class Q_QUICKCONTROLS_EXPORT QQuickFramePrivate : public QQuickContainerPrivate
+class Q_QUICKCONTROLS_EXPORT QQuickFramePrivate : public QQuickControlPrivate
{
public:
QQuickFramePrivate();