From 170d0b123f2133c3a17ee4e53f5c3e1b9c905a7c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Dec 2009 03:02:51 +0100 Subject: notfound.html --> rekonqinfo.html cleanups --- src/protocolhandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/protocolhandler.cpp') diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index a9b14b6f..c66af403 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -136,9 +136,9 @@ QString ProtocolHandler::dirHandling(const KUrl &url) return errStr; } - // display "not found" page - QString notfoundFilePath = KStandardDirs::locate("data", "rekonq/htmls/notfound.html"); - QFile file(notfoundFilePath); + // display "rekonq info" page + QString infoFilePath = KStandardDirs::locate("data", "rekonq/htmls/rekonqinfo.html"); + QFile file(infoFilePath); bool isOpened = file.open(QIODevice::ReadOnly); if (!isOpened) -- cgit v1.2.1