diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 01:26:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 01:26:39 +0200 |
commit | 97cd6ce8851e19ddce3d0bf098a8b8a00ee02992 (patch) | |
tree | 3f250058b6792ca4fc275d8d8e6a2d8e282c4f8a /src/protocolhandler.h | |
parent | Fixed wrong pointed out text in the Browse ListItem (diff) | |
download | rekonq-97cd6ce8851e19ddce3d0bf098a8b8a00ee02992.tar.xz |
Fix (again and again) ftp handling (and errors in general)
Disabled the "Failed to Load" string as rekonq usually does a lot more than
WebKit to "load" an url..
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r-- | src/protocolhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocolhandler.h b/src/protocolhandler.h index 99aec70a..f96b5735 100644 --- a/src/protocolhandler.h +++ b/src/protocolhandler.h @@ -66,7 +66,7 @@ public: bool postHandling(const QNetworkRequest &request, QWebFrame *frame); signals: - void downloadUrl( const KUrl &); + void downloadUrl(const KUrl &); private slots: void showResults(const KFileItemList &); |