summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-29 00:13:01 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-29 00:13:01 +0100
commit08deb6b161ef0cdda7ed8e49870b16f41d78eb4e (patch)
tree14a9dec045a2f01db4d41f57a0c85ae9182af7ca /src/mainwindow.h
parentMerge branch 'prova2' (diff)
downloadrekonq-08deb6b161ef0cdda7ed8e49870b16f41d78eb4e.tar.xz
Revert "Revert "pedantic""
Reapplied previous changes. Sorry for confusion. Time to bed.. This reverts commit 98f53721514116b876d18bf0a2da89d2a53cc97d.
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;