diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-27 02:21:04 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-27 02:21:04 +0100 |
commit | 997d64c9743149b2b400891b09ab99e9613bf273 (patch) | |
tree | 98cb23b7331e4ffd2e760fb37b682df3ad7589db /src/webview.cpp | |
parent | rekonq 0.3.14 (diff) | |
download | rekonq-997d64c9743149b2b400891b09ab99e9613bf273.tar.xz |
Last structure change, promised!
Anyway, this moving/renaming helped me finding lots of strange circulary
dependencies and easily solve them :)
We have also a more organized structure, hopefully letting people work on different areas
altogether.
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index f38d363e..c25b8903 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -37,11 +37,14 @@ #include "mainwindow.h" #include "mainview.h" #include "webpage.h" +#include "bookmarksmanager.h" // KDE Includes #include <KService> #include <KUriFilterData> #include <KStandardShortcut> +#include <KMenu> +#include <KActionMenu> // Qt Includes #include <QContextMenuEvent> |