From 5403b3eeb3309bdfebb9ced2cf091ce885065f88 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Dec 2009 02:26:19 +0100 Subject: local files krun! --- src/protocolhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocolhandler.h') diff --git a/src/protocolhandler.h b/src/protocolhandler.h index 09a28c21..8628a4f7 100644 --- a/src/protocolhandler.h +++ b/src/protocolhandler.h @@ -44,7 +44,7 @@ public: bool handle(const QNetworkRequest &request, QWebFrame *frame); private: - QString fileHandling(const KUrl &url); + QString dirHandling(const KUrl &url); }; #endif // PROTOCOL_HANDLER_H -- cgit v1.2.1