diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
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; |