diff options
author | Lindsay Mathieson <lindsay.mathieson@gmail.com> | 2013-01-24 20:17:06 +1000 |
---|---|---|
committer | Lindsay Mathieson <lindsay.mathieson@gmail.com> | 2013-01-24 20:17:06 +1000 |
commit | a068a29d7c33211a5d4e5ebc1a0227feba158b65 (patch) | |
tree | c25dd2e9da9d5242390d2bce41e6292ca3f2df78 /src/webtab | |
parent | Added option for opening new tabs next to current (default to true). Otherwis... (diff) | |
parent | Improve icon management code (diff) | |
download | rekonq-a068a29d7c33211a5d4e5ebc1a0227feba158b65.tar.xz |
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/webtab')
-rw-r--r-- | src/webtab/webpage.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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())); } |