aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/handlers/qquickdraghandler_p.h')
-rw-r--r--src/quick/handlers/qquickdraghandler_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/handlers/qquickdraghandler_p.h b/src/quick/handlers/qquickdraghandler_p.h
index 54fef697f7..b28fb630b8 100644
--- a/src/quick/handlers/qquickdraghandler_p.h
+++ b/src/quick/handlers/qquickdraghandler_p.h
@@ -51,7 +51,7 @@
// We mean it.
//
-#include "qquickpointersinglehandler_p.h"
+#include "qquicksinglepointhandler_p.h"
QT_BEGIN_NAMESPACE
@@ -85,7 +85,7 @@ private:
bool m_enabled;
};
-class Q_AUTOTEST_EXPORT QQuickDragHandler : public QQuickPointerSingleHandler
+class Q_AUTOTEST_EXPORT QQuickDragHandler : public QQuickSinglePointHandler
{
Q_OBJECT
Q_PROPERTY(QQuickDragAxis * xAxis READ xAxis CONSTANT)