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 f07a46da..5360d264 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -49,7 +49,7 @@ class FindBar; class SidePanel; class BookmarksPanel; class WebInspectorDock; -class WebView; +class WebTab; class MainView; @@ -67,7 +67,7 @@ public: ~MainWindow(); MainView *mainView() const; - WebView *currentTab() const; + WebTab *currentTab() const; QAction *actionByName(const QString name); virtual QSize sizeHint() const; virtual KActionCollection *actionCollection () const; |