summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b9b90b5e..76f5431b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -58,6 +58,7 @@ public:
static KUrl guessUrlFromString(const QString &url);
MainView *mainView() const;
WebView *currentTab() const;
+ QAction *actionByName(const QString name);
virtual QSize sizeHint() const;
private:
@@ -131,7 +132,6 @@ private:
QString m_homePage;
MainView *m_view;
- BookmarksProvider *m_bookmarksProvider;
FindBar *m_findBar;
SearchBar *m_searchBar;
};