aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipedelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickswipedelegate.cpp')
-rw-r--r--src/quicktemplates2/qquickswipedelegate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickswipedelegate.cpp b/src/quicktemplates2/qquickswipedelegate.cpp
index 9156d7a3..ed01ea28 100644
--- a/src/quicktemplates2/qquickswipedelegate.cpp
+++ b/src/quicktemplates2/qquickswipedelegate.cpp
@@ -36,7 +36,7 @@
#include "qquickswipedelegate_p.h"
#include "qquickcontrol_p_p.h"
-#include "qquickabstractbutton_p_p.h"
+#include "qquickitemdelegate_p_p.h"
#include "qquickvelocitycalculator_p_p.h"
#include <QtGui/qstylehints.h>
@@ -521,7 +521,7 @@ void QQuickSwipeExposure::setActive(bool active)
emit activeChanged();
}
-class QQuickSwipeDelegatePrivate : public QQuickAbstractButtonPrivate
+class QQuickSwipeDelegatePrivate : public QQuickItemDelegatePrivate
{
Q_DECLARE_PUBLIC(QQuickSwipeDelegate)