summaryrefslogtreecommitdiffstats
path: root/src/core/touch_handle_drawable_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/touch_handle_drawable_client.h')
-rw-r--r--src/core/touch_handle_drawable_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/touch_handle_drawable_client.h b/src/core/touch_handle_drawable_client.h
index d7db78f02..168bf4afc 100644
--- a/src/core/touch_handle_drawable_client.h
+++ b/src/core/touch_handle_drawable_client.h
@@ -45,9 +45,9 @@
namespace QtWebEngineCore {
-class Q_WEBENGINECORE_PRIVATE_EXPORT TouchHandleDrawableClient {
+class Q_WEBENGINECORE_PRIVATE_EXPORT TouchHandleDrawableDelegate {
public:
- virtual ~TouchHandleDrawableClient() { }
+ virtual ~TouchHandleDrawableDelegate() { }
virtual void setImage(int orientation) = 0;
virtual void setBounds(const QRect &bounds) = 0;