diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-16 10:44:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-16 10:44:10 +0200 |
commit | b514ddbc9ad461e3593e8fe1a3d8f736338d1480 (patch) | |
tree | c371e069ae1eabaef8e90e397d9c7fa8431ce11e /src/webview.cpp | |
parent | Bug when closing the 'New Folder' dialog fixed. (diff) | |
parent | working opensearch suggestions (diff) | |
download | rekonq-b514ddbc9ad461e3593e8fe1a3d8f736338d1480.tar.xz |
Merge commit 'refs/merge-requests/169' of git://gitorious.org/rekonq/mainline into opensearch
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 441225af..195f38af 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -37,7 +37,7 @@ #include "mainview.h" #include "webpage.h" #include "bookmarksmanager.h" -#include "searchengine.h" +#include "search/searchengine.h" #include "websnap.h" // KDE Includes |