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/application.h | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index 26f5cf74..8afb956f 100644 --- a/src/application.h +++ b/src/application.h @@ -33,36 +33,28 @@ // Rekonq Includes #include "rekonq_defines.h" -#include "opensearchmanager.h" - // KDE Includes #include -#include -#include // Qt Includes -#include -#include +#include +#include // Forward Declarations -class KIcon; -class KUrl; +class AdBlockManager; class BookmarkProvider; +class DownloadItem; class HistoryManager; +class IconManager; class MainWindow; +class OpenSearchManager; class SessionManager; -class AdBlockManager; -class IconManager; -class WebView; - - -typedef QList< QWeakPointer > MainWindowList; - -// --------------------------------------------------------------------------------------------------------------- +namespace ThreadWeaver {class Job;} -#include +typedef QList< QWeakPointer > MainWindowList; +typedef QList DownloadList; class DownloadItem @@ -84,13 +76,9 @@ public: }; -typedef QList DownloadList; - - // --------------------------------------------------------------------------------------------------------------- - /** * */ @@ -114,7 +102,7 @@ public: static AdBlockManager *adblockManager(); static OpenSearchManager *opensearchManager(); static IconManager *iconManager(); - + // DOWNLOADS MANAGEMENT METHODS void addDownload(const QString &srcUrl, const QString &destUrl); DownloadList downloads(); @@ -153,7 +141,7 @@ private: static QWeakPointer s_adblockManager; static QWeakPointer s_opensearchManager; static QWeakPointer s_iconManager; - + MainWindowList m_mainWindows; }; -- cgit v1.2.1