summary refs log tree commit diff
path: root/resources/qml/ImageButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/ImageButton.qml')
-rw-r--r--resources/qml/ImageButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ImageButton.qml b/resources/qml/ImageButton.qml
index 4115cd0a..e2e1b914 100644
--- a/resources/qml/ImageButton.qml
+++ b/resources/qml/ImageButton.qml
@@ -31,7 +31,7 @@ AbstractButton {
         sourceSize.height: button.height
         sourceSize.width: button.width
     }
-    CursorShape {
+    NhekoCursorShape {
         id: mouseArea
 
         anchors.fill: parent