summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-02 00:37:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-02 00:37:22 +0200
commitf4d682fe3b5994af0ecdcb5e656ba3f782f59d59 (patch)
tree1475e988af1bab05ced6e4f8abb76d4100a3490e /src/mainwindow.h
parentChanging page layout (more to come..) (diff)
downloadrekonq-f4d682fe3b5994af0ecdcb5e656ba3f782f59d59.tar.xz
preferred --> favorites
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f1bc6bc8..b8352b4c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -140,8 +140,8 @@ private slots:
void slotAboutToShowBackMenu();
void slotOpenActionUrl(QAction *action);
- // add link to the preferred shown in the rekonq homepage
- void addPreferredLink();
+ // add link to the favorites shown in the rekonq homepage
+ void addFavoriteLink();
private:
MainView *m_view;