From 807e20570cbfef6e258313565598905564f1bb86 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 27 May 2012 22:58:44 +0200 Subject: Kitchen sink clean up - astyle - copyrights - (some) includes --- src/protocolhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocolhandler.cpp') diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 691ab002..7b6c9318 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -186,7 +186,7 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra (void)new KRun(_url, rApp->mainWindow(), 0, _url.isLocalFile()); return true; } - + // let webkit try to load a known (or missing) protocol... if (KProtocolInfo::isKnownProtocol(_url)) return false; @@ -297,7 +297,7 @@ QString ProtocolHandler::dirHandling(const KFileItemList &list) // 1. default data path QString dataPath = QL1S("file://") + infoFilePath; dataPath.remove(QL1S("/htmls/rekonqinfo.html")); - + // 2. title QString title = _url.prettyUrl(); -- cgit v1.2.1