From b111a11cb46bfd572c2fed9c67d648bcff10a3ce Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 14 Nov 2011 18:49:04 +0100 Subject: BookmarkProvider --> BookmarkManager We have 7 managers and 1 provider... finally fixing this strange thing! --- src/newtabpage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/newtabpage.cpp') diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp index 4929c9be..52b83bbd 100644 --- a/src/newtabpage.cpp +++ b/src/newtabpage.cpp @@ -34,7 +34,7 @@ // Local Includes #include "application.h" -#include "bookmarkprovider.h" +#include "bookmarkmanager.h" #include "downloadmanager.h" #include "historymodels.h" #include "mainview.h" @@ -124,7 +124,7 @@ void NewTabPage::generate(const KUrl &url) } if (url == KUrl("about:bookmarks/edit")) { - rApp->bookmarkProvider()->bookmarkManager()->slotEditBookmarks(); + rApp->bookmarkManager()->slotEditBookmarks(); return; } @@ -464,7 +464,7 @@ void NewTabPage::bookmarksPage() KIconLoader::Toolbar); m_root.document().findFirst(QL1S("#actions")).appendInside(editBookmarks); - KBookmarkGroup bookGroup = rApp->bookmarkProvider()->rootGroup(); + KBookmarkGroup bookGroup = rApp->bookmarkManager()->rootGroup(); if (bookGroup.isNull()) { m_root.addClass(QL1S("empty")); -- cgit v1.2.1