summaryrefslogtreecommitdiff
path: root/src/protocolhandler.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-12-16 02:26:19 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-12-16 02:26:19 +0100
commit5403b3eeb3309bdfebb9ced2cf091ce885065f88 (patch)
tree50d278515688c36bea37e49509a519e5a86810a5 /src/protocolhandler.h
parentFile protocol handling! Yeah! (diff)
downloadrekonq-5403b3eeb3309bdfebb9ced2cf091ce885065f88.tar.xz
local files krun!
Diffstat (limited to 'src/protocolhandler.h')
-rw-r--r--src/protocolhandler.h2
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