diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2014-01-04 11:01:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2014-01-04 11:01:13 +0100 |
commit | 70175cc6724e7f84e9ae0ba1d42ce26002a9492b (patch) | |
tree | aee8cda0373d01a049ed5edd967ecc1b3c015f88 /src/webwindow/webwindow.h | |
parent | Fix inconsistent dll linkage - those sources aren't being used for a shared lib. (diff) | |
download | rekonq-70175cc6724e7f84e9ae0ba1d42ce26002a9492b.tar.xz |
Save Action (to re-enable CTRL + S)
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r-- | src/webwindow/webwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index e7b6a263..0071892a 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -119,7 +119,7 @@ private Q_SLOTS: // File Menu slots void openLocation(); void fileOpen(); - void fileSaveAs(); + void fileSave(); // bookmarks bar void toggleBookmarksToolbar(bool); |