summaryrefslogtreecommitdiff
path: root/src/icons/iconmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/iconmanager.h')
-rw-r--r--src/icons/iconmanager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/icons/iconmanager.h b/src/icons/iconmanager.h
index 4903d7c4..a120be16 100644
--- a/src/icons/iconmanager.h
+++ b/src/icons/iconmanager.h
@@ -67,10 +67,9 @@ public:
private:
IconManager(QObject *parent = 0);
- QString favIconForUrl(const KUrl &url);
-
QString _faviconsDir;
-
+ QString _tempIconsDir;
+
static QWeakPointer<IconManager> s_iconManager;
};