summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabwindow/tabwidget.h')
-rw-r--r--src/tabwindow/tabwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabwindow/tabwidget.h b/src/tabwindow/tabwidget.h
index 60561f1a..85c4d6a9 100644
--- a/src/tabwindow/tabwidget.h
+++ b/src/tabwindow/tabwidget.h
@@ -83,6 +83,7 @@ public:
public Q_SLOTS:
void loadUrl(const KUrl &, Rekonq::OpenType type = Rekonq::CurrentTab, TabHistory *history = 0);
void newTab(WebPage *page = 0);
+ void reloadAllTabs();
Q_SIGNALS:
void closeWindow();
@@ -121,7 +122,6 @@ private Q_SLOTS:
void detachTab(int index = -1, RekonqWindow *toWindow = 0);
void reloadTab(int index = -1);
- void reloadAllTabs();
void bookmarkAllTabs();
void nextTab();