From f4d682fe3b5994af0ecdcb5e656ba3f782f59d59 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 2 Oct 2009 00:37:22 +0200 Subject: preferred --> favorites --- src/mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.h') 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; -- cgit v1.2.1