summaryrefslogtreecommitdiff
path: root/tests/manual/WindowContextMenu.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/WindowContextMenu.qml')
-rw-r--r--tests/manual/WindowContextMenu.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/WindowContextMenu.qml b/tests/manual/WindowContextMenu.qml
index 9989ae03..ec9af904 100644
--- a/tests/manual/WindowContextMenu.qml
+++ b/tests/manual/WindowContextMenu.qml
@@ -54,7 +54,7 @@ Window {
text : editMenu.selectedIndex >= 0 ? editMenu.items[editMenu.selectedIndex].text : "No selection"
}
- ContextMenu {
+ Menu {
id : editMenu
MenuItem {