diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-26 14:29:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-26 14:29:42 +0200 |
commit | ccb09a51449cfac70cedf33875e317b4005263f4 (patch) | |
tree | 8e43e16f56e3eb6304ee1d7904f7301e3409a0b3 /src/webpage.cpp | |
parent | Working on adopting WebView search bar.. (diff) | |
download | rekonq-ccb09a51449cfac70cedf33875e317b4005263f4.tar.xz |
Fixing Compilation
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index 664c812b..bfc128b8 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -34,6 +34,7 @@ #include "networkaccessmanager.h" #include "download.h" #include "history.h" +#include "webview.h" // KDE Includes #include <KStandardDirs> |