summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-28 23:46:38 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-28 23:46:38 +0100
commit651f97d0652e90ab1af4e80418f42468cc5932e2 (patch)
treefe10764bde9c29e790624d43737180816c4f23ac /src/mainwindow.h
parentastyle. First round.. (diff)
downloadrekonq-651f97d0652e90ab1af4e80418f42468cc5932e2.tar.xz
pedantic
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 220fceca..c9bec75e 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -74,6 +74,7 @@ private slots:
void slotUpdateConf();
void slotLoadProgress(int);
void slotUpdateStatusbar(const QString &string);
+ void slotUpdateActions();
void slotUpdateWindowTitle(const QString &title = QString());
void slotOpenLocation();
void slotAboutToShowBackMenu();
@@ -117,7 +118,11 @@ private:
FindBar *m_findBar;
KMenu *m_historyBackMenu;
KMenu *m_windowMenu;
- QAction *m_stopReload;
+ KAction *m_stopReloadAction;
+ KAction *m_stopAction;
+ KAction *m_reloadAction;
+ KAction *m_historyBackAction;
+ KAction *m_historyForwardAction;
QString m_lastSearch;
QString m_homePage;