summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-12-27 12:27:22 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-12-27 12:27:22 +0100
commitb8546e2a1e86126702f65d63a9e090d13d91f328 (patch)
tree0ad14be1280d1974d2d1f55c4a2472d171a6cbc5 /src/iconmanager.h
parentrekonq 0.8.57 (diff)
downloadrekonq-b8546e2a1e86126702f65d63a9e090d13d91f328.tar.xz
IconManager, small cleanup: use (QWeb)Frames instead of pages.
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r--src/iconmanager.h4
1 files changed, 2 insertions, 2 deletions
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);