summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-19 15:35:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-19 15:35:33 +0200
commit83299b7234051f1633eb9483c3728bcf0cface84 (patch)
tree04b2e5cb02501cf46a08113d64d09271c98015f4 /src/mainwindow.h
parentMoving the UriFilter pointer variable to be static to fast up url resolving (diff)
downloadrekonq-83299b7234051f1633eb9483c3728bcf0cface84.tar.xz
BIG COMMIT
New KParts Handling
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 55e3f8cf..d8f6114f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -100,6 +100,8 @@ public slots:
void printRequested(QWebFrame *frame = 0);
+ void updateActions();
+
signals:
// switching tabs
void ctrlTabPressed();
@@ -116,7 +118,6 @@ protected:
private slots:
void postLaunch();
void browserLoading(bool);
- void updateActions();
void updateWindowTitle(const QString &title = QString());
// history related