diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 02:26:19 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 02:26:19 +0100 |
commit | 5403b3eeb3309bdfebb9ced2cf091ce885065f88 (patch) | |
tree | 50d278515688c36bea37e49509a519e5a86810a5 /src/protocolhandler.h | |
parent | File protocol handling! Yeah! (diff) | |
download | rekonq-5403b3eeb3309bdfebb9ced2cf091ce885065f88.tar.xz |
local files krun!
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 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 |