summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-29 10:50:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-29 10:50:22 +0200
commitae7ac6a017bce310a160bb9152062635fdc72188 (patch)
tree47765a2d72faf25737d80eac3af211079a529b16 /src/mainwindow.h
parentFixed loading Url methods. (diff)
downloadrekonq-ae7ac6a017bce310a160bb9152062635fdc72188.tar.xz
Some fixes and warning on webview createWindow
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index aedf049d..045287cb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -84,6 +84,7 @@ protected:
bool queryClose();
private slots:
+ void postLaunch();
void slotUpdateConfiguration();
void slotLoadProgress(int);
void slotUpdateStatusbar(const QString &string);
@@ -127,8 +128,14 @@ private slots:
void slotPreferences();
private:
+ MainView *m_view;
+ FindBar *m_findBar;
+ SearchBar *m_searchBar;
+ SidePanel *m_sidePanel;
+
KMenu *m_historyBackMenu;
KMenu *m_windowMenu;
+ KActionMenu *m_historyActionMenu;
KAction *m_stopReloadAction;
KAction *m_stopAction;
@@ -138,11 +145,6 @@ private:
QString m_lastSearch;
QString m_homePage;
-
- MainView *m_view;
- FindBar *m_findBar;
- SearchBar *m_searchBar;
- SidePanel *m_sidePanel;
};
#endif // MAINWINDOW_H