diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 10:02:49 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 10:02:49 +0200 |
commit | f029968d91dc9342d99e55dbf94e91fafcaa8dc5 (patch) | |
tree | 7f2e1fcd563f23676ef4071af546378fd06527c4 /src/mainview.h | |
parent | UPdated RELEASE file instructions (diff) | |
download | rekonq-f029968d91dc9342d99e55dbf94e91fafcaa8dc5.tar.xz |
Removed some menu related actions (cloned in the context menus)
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mainview.h b/src/mainview.h index 82655475..9a0b3412 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -115,13 +115,7 @@ public slots: // WEB slot actions void slotWebReload(); void slotWebStop(); - void slotWebBack(); - void slotWebForward(); - void slotWebUndo(); - void slotWebRedo(); - void slotWebCut(); - void slotWebCopy(); - void slotWebPaste(); + private slots: void slotCurrentChanged(int index); |