summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-10 03:42:48 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-10 03:42:48 +0200
commit6502f35644bb42bee5d7638c8b77769c7bb06422 (patch)
tree315e10eb360e0c5a05f617d17ff2f9d6d5427aa0 /src/iconmanager.h
parentkill currentJob if it yet exists.. (diff)
downloadrekonq-6502f35644bb42bee5d7638c8b77769c7bb06422.tar.xz
IconManager cleanup
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r--src/iconmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h
index ce6c7d7b..826706b7 100644
--- a/src/iconmanager.h
+++ b/src/iconmanager.h
@@ -36,6 +36,7 @@
// Forward Declarations
class KIcon;
class QWebPage;
+class KJob;
class REKONQ_TESTS_EXPORT IconManager : public QObject
@@ -51,7 +52,7 @@ public:
void provideIcon(QWebPage *page, const KUrl &url, bool notify = true);
void downloadIconFromUrl(const KUrl &url);
-
+
Q_SIGNALS:
void iconChanged();
};