summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-29 01:45:13 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-29 01:45:13 +0200
commit0f54a42cb67e7da16ab529925cd38efa54d58352 (patch)
treeaa30cbc4e28211e4a0701da99f6ed39a507cb255 /src/mainwindow.h
parentSimplifying a bit web load progress process structure (diff)
downloadrekonq-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.h3
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();