diff options
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 &); |