diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-29 01:45:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-29 01:45:13 +0200 |
commit | 0f54a42cb67e7da16ab529925cd38efa54d58352 (patch) | |
tree | aa30cbc4e28211e4a0701da99f6ed39a507cb255 /src/mainwindow.h | |
parent | Simplifying a bit web load progress process structure (diff) | |
download | rekonq-0f54a42cb67e7da16ab529925cd38efa54d58352.tar.xz |
Including web shortcuts configuration dialog.
We can actually just include it externally. Anyway this let user
think a bit more that this is not a rekonq related configuration dialog
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 2cf880b8..b3f88472 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -131,7 +131,8 @@ private slots: // Settings Menu slots void slotShowMenubar(bool enable); void slotPreferences(); - + void configureWebShortcuts(); + // clear private data void clearPrivateData(); |