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
This commit is contained in:
Peter Penz 2008-02-15 19:32:14 +00:00
parent 47338e1816
commit 4457eee3e8

View file

@ -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);