From 1efea8ed92f07e8a1156d87fa59f259e3b78bccd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 15 Jan 2012 11:15:21 +0100 Subject: Move icon manager download system to QNAM & Search also for favicon.ico files This seems to be the unique method to surely workaround this bug rekonq encounters when tries to load an unextant favicon with KIO (see BUG:289029 ) --- src/iconmanager.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/iconmanager.h') diff --git a/src/iconmanager.h b/src/iconmanager.h index a7d03edc..4f4b9871 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2010-2011 by Andrea Diamantini +* Copyright (C) 2010-2012 by Andrea Diamantini * * * This program is free software; you can redistribute it and/or @@ -57,10 +57,6 @@ public: void saveDesktopIconForUrl(const KUrl &u); -private Q_SLOTS: - void doLastStuffs(KJob *); - void notifyLastStuffs(KJob *); - Q_SIGNALS: void iconChanged(); -- cgit v1.2.1