From 1888aa3f174b255197083918279692b4f73ebc2d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 30 Sep 2009 11:20:33 +0200 Subject: Turned "Add bookmark" action to KDE one and implemented an "add to preferred" mechanism (an action in the contextual menu) --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') 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; -- cgit v1.2.1