summaryrefslogtreecommitdiff
path: root/src/protocolhandler.h
diff options
context:
space:
mode:
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