diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
commit | 6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a (patch) | |
tree | 48544c2f72b07eef1bc0ace0e602bfda3c25538b /src/webpage.cpp | |
parent | Krazy fixes (diff) | |
download | rekonq-6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a.tar.xz |
Include Fixes, first bunch
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index 3e5115c3..a175a02e 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -70,7 +70,8 @@ #include <QtGui/QMouseEvent> #include <QtGui/QClipboard> #include <QtGui/QKeyEvent> -#include <QWebFrame> + +#include <QtWebKit/QWebFrame> // Returns true if the scheme and domain of the two urls match... |