diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 64ce6967..d47b0d50 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,13 +31,13 @@ // Local Includes -#include "bookmarks.h" -#include "webview.h" +#include "application.h" // KDE Includes #include <KMainWindow> #include <KActionCollection> #include <KToolBar> +#include <KUrl> // Forward Declarations class QWebFrame; |