From f0c11eadaa4b77a4e36130b014b62cd6200c8211 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 28 Aug 2010 19:24:19 +0200 Subject: Switching to "KDE" icon cache. While this "brute force" change can be dangerous, it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen... --- src/urlbar/listitem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/urlbar/listitem.h') diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index 06a02b80..37b22f47 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -37,6 +37,7 @@ // KDE Includes #include #include +#include // Qt Includes #include @@ -107,6 +108,7 @@ class IconLabel : public QLabel public: explicit IconLabel(const QString &icon, QWidget *parent = 0); + explicit IconLabel(const KIcon &icon, QWidget *parent = 0); }; -- cgit v1.2.1