diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-29 00:22:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-29 00:22:14 +0200 |
commit | d64b60a884452202d8d7dd5e4a13fcdcedbb6265 (patch) | |
tree | a1e04a251645179b11fdde71f5a1ecf70e906b18 /src/mainwindow.h | |
parent | Merge branch 'PrivateColor' (diff) | |
download | rekonq-d64b60a884452202d8d7dd5e4a13fcdcedbb6265.tar.xz |
Simplifying a bit web load progress process structure
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |