From facc2f92fe73d4e925510fcb2936483798efba6a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 23 Jan 2013 19:04:05 +0100 Subject: Improve icon management code In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :) --- src/webtab/webpage.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/webtab') diff --git a/src/webtab/webpage.cpp b/src/webtab/webpage.cpp index a501c4bb..958dc5c1 100644 --- a/src/webtab/webpage.cpp +++ b/src/webtab/webpage.cpp @@ -177,9 +177,6 @@ WebPage::WebPage(QWidget *parent, bool isPrivateBrowsing) // protocol handler signals connect(&_protHandler, SIGNAL(downloadUrl(KUrl)), this, SLOT(downloadUrl(KUrl))); - - // TODO: Remove me and implement an icon retriever for each tab - connect(IconManager::self(), SIGNAL(iconChanged()), mainFrame(), SIGNAL(iconChanged())); } -- cgit v1.2.1