diff options
-rw-r--r-- | src/mainwindow.cpp | 1 | ||||
-rw-r--r-- | src/mainwindow.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 71415b08..83f64926 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -91,7 +91,6 @@ MainWindow::MainWindow() , m_view(new MainView(this)) , m_searchBar(new SearchBar(this)) , m_sidePanel(0) - , m_prova(0) { // updating rekonq configuration slotUpdateConfiguration(); diff --git a/src/mainwindow.h b/src/mainwindow.h index 93c8ca84..87003005 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -43,7 +43,6 @@ class KActionMenu; class KIcon; class KMenu; -class FindBar; class HistoryMenu; class SidePanel; class WebView; @@ -131,7 +130,6 @@ private: MainView *m_view; SearchBar *m_searchBar; SidePanel *m_sidePanel; - QWidget *m_prova; KMenu *m_historyBackMenu; KMenu *m_windowMenu; |