From d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Thu, 2 Sep 2010 18:10:46 +0200 Subject: Include clean-up in the big src directory --- src/iconmanager.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/iconmanager.h') diff --git a/src/iconmanager.h b/src/iconmanager.h index 794e61bd..ce6c7d7b 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -30,29 +30,28 @@ // Rekonq Includes #include "rekonq_defines.h" -// KDE Includes -#include -#include -#include - // Qt Includes -#include +#include + +// Forward Declarations +class KIcon; +class QWebPage; class REKONQ_TESTS_EXPORT IconManager : public QObject { Q_OBJECT - + public: - IconManager(QObject *parent = 0); + IconManager(QObject *parent = 0); virtual ~IconManager(); KIcon iconForUrl(const KUrl &url); - + void provideIcon(QWebPage *page, const KUrl &url, bool notify = true); void downloadIconFromUrl(const KUrl &url); - + Q_SIGNALS: void iconChanged(); }; -- cgit v1.2.1