summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b2c41b49..f1bc6bc8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -140,6 +140,9 @@ private slots:
void slotAboutToShowBackMenu();
void slotOpenActionUrl(QAction *action);
+ // add link to the preferred shown in the rekonq homepage
+ void addPreferredLink();
+
private:
MainView *m_view;
FindBar *m_findBar;