From b8546e2a1e86126702f65d63a9e090d13d91f328 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 27 Dec 2011 12:27:22 +0100 Subject: IconManager, small cleanup: use (QWeb)Frames instead of pages. --- src/iconmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/iconmanager.h') diff --git a/src/iconmanager.h b/src/iconmanager.h index e7e317f0..a7d03edc 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -35,7 +35,7 @@ // Forward Declarations class KIcon; -class QWebPage; +class QWebFrame; class KJob; @@ -49,7 +49,7 @@ public: KIcon iconForUrl(const KUrl &url); QString iconPathForUrl(const KUrl &url); - void provideIcon(QWebPage *page, const KUrl &url, bool notify = true); + void provideIcon(QWebFrame *mFrame, const KUrl &url, bool notify = true); void downloadIconFromUrl(const KUrl &url); -- cgit v1.2.1