From 5bac7f6bde3181d44bc822ba05102e0d3c28050c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 15 Feb 2008 19:32:14 +0000 Subject: don't connect to a non-existent slot (the code for updateCutItems() is now part of the IconManager) svn path=/trunk/KDE/kdebase/apps/; revision=775418 --- src/dolphinview.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 4b221a0e3..b531c6f55 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -86,9 +86,6 @@ DolphinView::DolphinView(QWidget* parent, m_topLayout->setSpacing(0); m_topLayout->setMargin(0); - connect(m_dirLister, SIGNAL(completed()), - this, SLOT(updateCutItems())); - m_controller = new DolphinController(this); m_controller->setUrl(url); -- cgit v1.3