diff options
author | Jon Ander Peñalba <jonan88@gmail.com> | 2010-09-02 18:10:46 +0200 |
---|---|---|
committer | Jon Ander Peñalba <jonan88@gmail.com> | 2010-09-03 08:27:20 +0200 |
commit | d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b (patch) | |
tree | f89adefce79c8bf0d5cde2e1bc015a443ccb39fe /src/mainview.h | |
parent | This commit hacks a merge request, to fast fixing a crash calling the bk toolbar (diff) | |
download | rekonq-d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b.tar.xz |
Include clean-up in the big src directory
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/src/mainview.h b/src/mainview.h index cc7eb8da..6fab7fc0 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -35,28 +35,23 @@ #include "rekonq_defines.h" // Local Includes -#include "webview.h" -#include "webpage.h" -#include "webtab.h" -#include "application.h" #include "historymanager.h" -#include "mainwindow.h" -#include "stackedurlbar.h" // KDE Includes #include <KTabWidget> -// Qt Includes -#include <QtGui/QToolButton> - // Forward Declarations -class QUrl; -class QWebFrame; -class QLabel; -class QMouseEvent; - +class HistoryItem; +class MainWindow; +class StackedUrlBar; class TabBar; class UrlBar; +class WebTab; + +class QLabel; +class QToolButton; +class QUrl; +class QWebFrame; /** @@ -135,11 +130,11 @@ public slots: * added to existing MainWindow @c toWindow. */ void detachTab(int index = -1, MainWindow *toWindow = NULL); - + void reloadAllTabs(); void nextTab(); void previousTab(); - + void openClosedTabs(); void openClosedTab(); void switchToTab(); |