summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-30 11:20:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-30 11:20:33 +0200
commit1888aa3f174b255197083918279692b4f73ebc2d (patch)
tree19f557c8ecc75dffd91c1cc1b555f42f44ce5317 /src/mainwindow.h
parentrekonq 0.2.61 with new home page (diff)
downloadrekonq-1888aa3f174b255197083918279692b4f73ebc2d.tar.xz
Turned "Add bookmark" action to KDE one and implemented an "add to preferred"
mechanism (an action in the contextual menu)
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;