aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcheckbox_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-25 22:27:31 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-12 12:32:32 +0000
commit97cd1782744f45f1c9c249bd5549dd7f1ea53b3c (patch)
tree6f9e084bf05ec66f1020ec2b16d6331d5e8e5424 /src/templates/qquickcheckbox_p.h
parent57f877bd984a0befb57626421a6e36ed373056ce (diff)
Merge Checkable into AbstractButton
Change-Id: I2cb3a244a9a084c67a1e3d1d9bc1c955c8cf0722 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickcheckbox_p.h')
-rw-r--r--src/templates/qquickcheckbox_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquickcheckbox_p.h b/src/templates/qquickcheckbox_p.h
index e192a237..c0ff4c44 100644
--- a/src/templates/qquickcheckbox_p.h
+++ b/src/templates/qquickcheckbox_p.h
@@ -48,11 +48,11 @@
// We mean it.
//
-#include <QtLabsTemplates/private/qquickcheckable_p.h>
+#include <QtLabsTemplates/private/qquickabstractbutton_p.h>
QT_BEGIN_NAMESPACE
-class Q_LABSTEMPLATES_EXPORT QQuickCheckBox : public QQuickCheckable
+class Q_LABSTEMPLATES_EXPORT QQuickCheckBox : public QQuickAbstractButton
{
Q_OBJECT