summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-06-29 10:28:03 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-06-29 10:28:03 +0200
commite98b31b216716663d752b02a67c3002109063828 (patch)
tree292de6da3d4c06ba341f8c93f24e9fac1be61ffb /src/mainwindow.h
parentFollow settings (choose tabs or windows) when opening new tabs (diff)
downloadrekonq-e98b31b216716663d752b02a67c3002109063828.tar.xz
Hide "loading..." and "done" strings after 0.5 sec..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c2a635a0..286290c0 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -94,7 +94,7 @@ public slots:
* @param status The status message
*
*/
- void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Info);
+ void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Url);
void printRequested(QWebFrame *frame = 0);