aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickcheckable_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickcheckable_p.h')
-rw-r--r--src/controls/qquickcheckable_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/qquickcheckable_p.h b/src/controls/qquickcheckable_p.h
index 38408477..20a6f88d 100644
--- a/src/controls/qquickcheckable_p.h
+++ b/src/controls/qquickcheckable_p.h
@@ -48,13 +48,13 @@
// We mean it.
//
-#include <QtQuickControls/private/qquickbutton_p.h>
+#include <QtQuickControls/private/qquickabstractbutton_p.h>
QT_BEGIN_NAMESPACE
class QQuickCheckablePrivate;
-class Q_QUICKCONTROLS_EXPORT QQuickCheckable : public QQuickButton
+class Q_QUICKCONTROLS_EXPORT QQuickCheckable : public QQuickAbstractButton
{
Q_OBJECT
Q_PROPERTY(bool checked READ isChecked WRITE setChecked NOTIFY checkedChanged FINAL)