diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-21 23:44:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-21 23:44:58 +0200 |
commit | 2612c0c79ceeed46f432421ee09a45a466824ee7 (patch) | |
tree | 1ffaf4e80c5bd4c282b76ba99b4bc0698f009a9b /src/mainwindow.h | |
parent | Updating Application class with missing static functions (diff) | |
download | rekonq-2612c0c79ceeed46f432421ee09a45a466824ee7.tar.xz |
Fixing MainWindow code
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
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; }; |