summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-15 11:07:18 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-15 11:07:18 +0100
commit167c9c556147cc70ea0ccc8d1095903be52d4630 (patch)
tree0e46c42b36ee7bb3402001c3f7433b205f7ef674 /src/mainwindow.h
parentonly make labels for viewable elements (diff)
downloadrekonq-167c9c556147cc70ea0ccc8d1095903be52d4630.tar.xz
Rework on load/stop/reload action
Also clean up API, giving proper names to method updateActions --> updateHistoryActions browserTabLoading(bool) --> currentTabStateChanged() ... also workaround problem that m_progress is (yet) 0 or 100 when load started REVIEW:103651
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index abdf903a..0b1380da 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -104,7 +104,8 @@ public Q_SLOTS:
void printRequested(QWebFrame *frame = 0);
- void updateActions();
+ void updateHistoryActions();
+ void updateTabActions();
virtual void configureToolbars();
@@ -146,7 +147,6 @@ protected:
void finalizeGUI(KXMLGUIClient *client);
private Q_SLOTS:
- void browserLoading(bool);
void updateWindowTitle(const QString &title = QString());
// history related
@@ -201,7 +201,7 @@ private:
WebInspectorPanel *m_webInspectorPanel;
NetworkAnalyzerPanel *m_analyzerPanel;
- KAction *m_stopReloadAction;
+ KAction *m_loadStopReloadAction;
KMenu *m_historyBackMenu;
KMenu *m_historyForwardMenu;