summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
diff options
context:
space:
mode:
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);