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/newtabpage.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/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index b4f3bcd6..887d3cd1 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -36,8 +36,9 @@ #include <KUrl> // Qt Includes -#include <QtCore/QObject> -#include <QtWebKit/QWebElement> +#include <QObject> +#include <QString> +#include <QWebElement> // Forward Declarations class KBookmark; |