summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
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;
};