summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Window.h')
-rw-r--r--tikzit/src/gtk/Window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tikzit/src/gtk/Window.h b/tikzit/src/gtk/Window.h
index 42e3588..62af643 100644
--- a/tikzit/src/gtk/Window.h
+++ b/tikzit/src/gtk/Window.h
@@ -114,15 +114,15 @@
/**
* Cut the current selection to the clipboard.
*/
-- (void) cut;
+- (void) selectionCutToClipboard;
/**
* Copy the current selection to the clipboard.
*/
-- (void) copy;
+- (void) selectionCopyToClipboard;
/**
* Paste from the clipboard to the appropriate place.
*/
-- (void) paste;
+- (void) pasteFromClipboard;
/**
* The GTK+ window that this class manages.