diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-09 11:56:16 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-09 11:56:16 +0100 |
commit | 7628a51f8afe0518c05ab41348560852ed313a34 (patch) | |
tree | 5150d7ea86dc7d72354e5dab696b0b19d214986d /src/mainwindow.h | |
parent | Fix NewTabPage API && comments (diff) | |
download | rekonq-7628a51f8afe0518c05ab41348560852ed313a34.tar.xz |
Free MainWindow from PreviewSelectorBar
WARNING: it doesn't compile
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index f7746893..7a51cc10 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,5 +1,5 @@ -class PreviewSelectorBar;/* ============================================================ +/* ============================================================ * * This file is a part of the rekonq project * @@ -159,8 +159,6 @@ private: MainView *m_view; FindBar *m_findBar; - PreviewSelectorBar *m_previewSelectorBar; - HistoryPanel *m_historyPanel; BookmarksPanel *m_bookmarksPanel; WebInspectorPanel *m_webInspectorPanel; |