From 83299b7234051f1633eb9483c3728bcf0cface84 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 19 May 2010 15:35:33 +0200 Subject: BIG COMMIT New KParts Handling --- src/mainwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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 -- cgit v1.2.1