summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-09 11:56:16 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-09 11:56:16 +0100
commit7628a51f8afe0518c05ab41348560852ed313a34 (patch)
tree5150d7ea86dc7d72354e5dab696b0b19d214986d /src/mainwindow.h
parentFix NewTabPage API && comments (diff)
downloadrekonq-7628a51f8afe0518c05ab41348560852ed313a34.tar.xz
Free MainWindow from PreviewSelectorBar
WARNING: it doesn't compile
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
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;