From d64b60a884452202d8d7dd5e4a13fcdcedbb6265 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 29 Jul 2009 00:22:14 +0200 Subject: Simplifying a bit web load progress process structure --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 85d272e7..2cf880b8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -95,7 +95,7 @@ protected: private slots: void postLaunch(); void slotUpdateConfiguration(); - void slotLoadProgress(int); + void slotBrowserLoading(bool); void slotUpdateActions(); void slotUpdateWindowTitle(const QString &title = QString()); void slotOpenLocation(); -- cgit v1.2.1