diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-29 00:05:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-29 00:05:45 +0100 |
commit | 98f53721514116b876d18bf0a2da89d2a53cc97d (patch) | |
tree | 6f04f558aec622c4b044fccbe1481db933f8901e /src/mainwindow.h | |
parent | pedantic (diff) | |
download | rekonq-98f53721514116b876d18bf0a2da89d2a53cc97d.tar.xz |
Revert "pedantic"
Too much things committed a time..
This reverts commit 651f97d0652e90ab1af4e80418f42468cc5932e2.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index c9bec75e..220fceca 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -74,7 +74,6 @@ private slots: void slotUpdateConf(); void slotLoadProgress(int); void slotUpdateStatusbar(const QString &string); - void slotUpdateActions(); void slotUpdateWindowTitle(const QString &title = QString()); void slotOpenLocation(); void slotAboutToShowBackMenu(); @@ -118,11 +117,7 @@ private: FindBar *m_findBar; KMenu *m_historyBackMenu; KMenu *m_windowMenu; - KAction *m_stopReloadAction; - KAction *m_stopAction; - KAction *m_reloadAction; - KAction *m_historyBackAction; - KAction *m_historyForwardAction; + QAction *m_stopReload; QString m_lastSearch; QString m_homePage; |