diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
commit | 19eb738f838bf214c9178a4f02464056137b0fa5 (patch) | |
tree | d73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/application.h | |
parent | rekonq 0.9.56 (diff) | |
download | rekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz |
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/application.h b/src/application.h index 2fe1499e..36114ae0 100644 --- a/src/application.h +++ b/src/application.h @@ -40,12 +40,13 @@ #include <KUniqueApplication> // Qt Includes -#include <QtCore/QDateTime> -#include <QtCore/QWeakPointer> +#include <QWeakPointer> + +// Forward Declarations +class KAction; class QWebHistory; -// Forward Declarations class AdBlockManager; class BookmarkManager; class DownloadManager; @@ -58,8 +59,6 @@ class UserAgentManager; class SyncManager; class WebTab; -class KAction; - typedef QList< QWeakPointer<MainWindow> > MainWindowList; |