diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:06:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:06:41 +0100 |
commit | 75310e79287a8bdffb86cc1dfda1a0f069383cd6 (patch) | |
tree | ba1fb4c201fb38d0f978fd45e8bef0711f3035ee /src/mainwindow.h | |
parent | On the street to SingleRekonq.. (diff) | |
download | rekonq-75310e79287a8bdffb86cc1dfda1a0f069383cd6.tar.xz |
Last commit before branching "di brutto"..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 1a1d14d1..a1f4464b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -117,18 +117,12 @@ private slots: private: SearchBar *m_searchBar; FindBar *m_findBar; - KMenu *m_historyBackMenu; KMenu *m_windowMenu; - BookmarksProvider *m_bookmarksProvider; - QAction *m_stopReload; - QString m_lastSearch; - MainView *m_view; - QString m_homePage; }; |